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 are the access modifiers?
Tell me something about abstract classes?
What is a functional interface? What is sam interface?
Is it possible to override private virtual methods?
Explain about parametric polymorphism?
Write about abstract base classes?
Explain about the design phase?
What do you mean by polymorphism?
Define exceptions?
Write basic concepts of oops?
What are the problems faced by the developer using object oriented programming language?
What is super keyword?
What is the use of interface?
Can an interface implement or extend another interface?
What is operator overloading?