Is class an Object? Is object a class?
Answer Posted / anum abbas
A class is just a template that is used to create the
objects and to define its behaviours.
But object is an instance of a class.
| Is This Answer Correct ? | 10 Yes | 0 No |
Post New Answer View All Answers
What do you mean by abstract classes?
Do we require a parameter for constructors?
What is the abstract method modifier?
What is dynamic or run time polymorphism?
Explain the concept of multiple inheritance (virtual inheritance). Write about its advantages and disadvantages?
Is iterator a class or interface? What is its use?
What is abstraction? How does it differ from encapsulation
explain dynamic binding
What is the difference between an Abstract class and Interface?
How can we call the base method without creating an instance?
What is @functionalinterface?
Name the different creational patterns in object oriented design?
Which oops concept exposes only necessary information to the calling functions?
Explain about the analysis phase?
Do we require parameter for constructors?