Answer Posted / anu
YES class is an object whereas an object is an instance of
a class
| Is This Answer Correct ? | 0 Yes | 1 No |
Post New Answer View All Answers
What are sealed modifiers?
What is the difference between multiple and multilevel inheritance?
What is the difference between function overloading and over riding?
What is the difference between a virtual method and an abstract method?
What is the function of pure virtual functions?
What are inner classes and what is the practical implementation of inner classes?
What are the four important foundation concepts of OOP ?
Explain about Overloading vs Overriding ?
What is function override?
Explain what you understand by function overloading.
Explain the use of Vtable and what are the various problems to override the functions?
What is the main use of message metaphor in object-oriented programming?
What is the use of interface?
What does it mean that a method or class is abstract?
What is a default method? Why do we need default methods in java 8 interfaces?