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
How do we implement serialization actually?
What is the use if instanceof keyword? And how do refer to a current instance of object?
Can you use virtual, override or abstract keywords on an accessor of a static property?
What is constructor and virtual function? Can we call virtual funciton in a constructor?
What are sealed modifiers?
Explain the concept of multiple inheritance (virtual inheritance). Write about its advantages and disadvantages?
explain dynamic binding
What are manipulators?
What is the difference between data hiding and implementation?
Can different parts of a partial class inherit from different interfaces?
Why are outlet connections required in object-oriented programming?
Can a class implement two interfaces having default method with same name and signature?
What is virtual?
Why do we use oops concepts? What is its advantage?
Explain persistence?