Answer Posted / anirban
Class is an object.
But an object is not a class.
| Is This Answer Correct ? | 2 Yes | 4 No |
Post New Answer View All Answers
What are the features of encapsulation ?
Can we have default method with same name and signature in the derived interface as the static method in base interface and vice versa?
Can you call the base class method without creating an instance?
Difference between class and an object?
Difference between composition and inheritance ?
What interface must an object implement before it can be written to a stream as an object?
Write down how will you create a Binary tree?
what are the different ways for a method to be overloaded?
How do I make sure that an object is released in code such as a connection or file object?
Write about abstract base classes?
What are the problems faced by the developer using object oriented programming language?
Can an interface inherit from another interface?
What is the purpose of late binding in object-oriented programming?
Can you create an instance of an abstract class?
What is the difference between a class and a structure?