|
Related Questions |
View Answer |
|
Why generalization is very strong?
|
View Answer
|
|
What are the advantages of OOPL?
|
View Answer
|
|
What are inner class and anonymous class?
|
View Answer
|
|
What is a default constructor?
|
View Answer
|
|
How do you link a C++ program to C functions?
|
View Answer
|
|
What is abstraction?
|
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
|