Answer Posted / kumar rohit
A class is a generalized template from which object
is created based on its various instances,therefore
we can consider a class as an object while vice-versa
is not possible.
| Is This Answer Correct ? | 4 Yes | 0 No |
Post New Answer View All Answers
What is hybrid inheritance?
Can we override static methods? Why?
What are a base class, subclass, and superclass?
What is constructor and virtual function? Can we call virtual funciton in a constructor?
what three "domains" are considered during analysis modeling?
Why do we use oops concepts? What is its advantage?
What is Polymorphism, overloading, overriding and virtual?
What interface must an object implement before it can be written to a stream as an object?
Differences between functional programming and object-oriented programming?
How to define an abstract class?
What is the difference between public, private and protected access modifiers?
What is virtual?
Explain about a class?
Explain the use of Vtable and what are the various problems to override the functions?
What is super keyword?