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?
what is virtual function and pure virtual function ?
What is the default access modifier in a class?
What are the types of polymorphism?
Define exceptions?
Whether static method can use nonstatic members?
explain the difference between operator overloading and function overloading.
What is the use if instanceof keyword? And how do refer to a current instance of object?
What is meant by function overloading and function overriding?
Can a class in java be inherited from more than one class?
What are the properties that are defined in an object model?
Name some languages which have object oriented language and characteristics?
State some of the advantages of object oriented programming?
Explain the implementation phase with respect to oop?
Which keyword can be used for overloading?