Answer Posted / vasir
Class is not an object. An object is an entity that is
allocated memory during runtime to do certain operation
whereas Class is just a skeleton or representation of the
object. We say design a class and not create a class. We
can only design a class ( attributes and behaviour ).
In brief we can say class is a Type of an object.
| Is This Answer Correct ? | 2 Yes | 0 No |
Post New Answer View All Answers
What does the “abstract” keyword mean in front of a method? A class?
Define exceptions?
What is the main advantage of using inheritance?
How a program can be structured using the concept of object oriented programming?
Which oops concept is used as reuse mechanism?
Explain what you understand by function overloading.
What is early and late Binding?
What is the difference between public, private and protected access modifiers?
Why is message passing between the objects important?
What is a nested interface?
Tell me something about abstract classes?
What are all the operators that cannot be overloaded?
What is the difference between an interface and abstract class?
What do you mean by abstract class?
What are the interfaces you used in beans?