Is class an Object? Is object a class?
Answer Posted / guest
class itself is a specification not an object. Object is a
instance of class.
Is This Answer Correct ? | 5 Yes | 0 No |
Post New Answer View All Answers
What is garbage collection(gc)?
Is iterator a class or interface? What is its use?
What is a virtual function?
What is data abstraction? what are the three levels of data abstraction with Example?
Explain the meaning of object in object oriented programming?
Can constructors be parameterized?
What is an abstract property. Give an example?
What's the benefit of using inheritance?
What is the difference between class inheritance and interface inheritance?
Explain about the relationship between object oriented programming and databases?
Can we reduce the visibility of the inherited or overridden method ?
Differentiate between an abstract class and an interface?
What is the main advantage of using inheritance?
Explain about uml?
What are the major differences between late and dynamic binding?