|
Related Questions |
View Answer |
|
What is a class?
|
View Answer
|
|
What is the difference between an object and a class?
|
View Answer
|
|
What is the word you will use when defining a function in base class to allow this function to be a polimorphic function?
|
View Answer
|
|
What is Boyce Codd Normal form?
|
View Answer
|
|
Explain term POLIMORPHISM and give an example using eg. SHAPE object: If I have a base class SHAPE, how would I define DRAW methods for two objects CIRCLE and SQUARE
|
View Answer
|
|
What is the difference between class and structure?
|
View Answer
|
|
Define a constructor - What it is and how it might be called (2 methods).
|
View Answer
|
|
Write a short code using C++ to print out all odd number from 1 to 100 using a for loop
|
View Answer
|
|
What is C++?
|
View Answer
|
|
What is an enumerator?
|
View Answer
|
|
Define parameter by value?
|
View Answer
|
|
Explain about protected internal access specifier?
|
View Answer
|
|
Describe about private access specifier?
|
View Answer
|
|
Define access specifier with reference to class?
|
View Answer
|
|
Define encapsulation?
|
View Answer
|
|
Explain about member functions?
|
View Answer
|
|
What is prototype in c++ and c?
|
View Answer
|
|
Can constructors & destructor be virtual ?
|
View Answer
|
|
Define a class named cord, a point in Cartesian coordinate system where each point has two int type values x and y. Your class must contain necessary constructors and arithmetic operator functions. Write necessary codes to test your class?
|
View Answer
|
|
How do you access the static member of a class?
|
View Answer
|