Answer Posted / subrata
Going by the definition ("object is an instance of a class") - it is clear that object IS A class type (take off "an instance of"). However, the other way round is against the correctness of definition.
| Is This Answer Correct ? | 1 Yes | 0 No |
Post New Answer View All Answers
Explain what is polymorphism?
Do we require parameter for constructors?
Can we override static methods? Why?
What is polymorphism? When is it employed? give an example.
What is a final variable?
What is the base type from which all structs inherit directly?
What is the benefit of using inheritance?
What is function override?
What are the basic concepts of oop?
What do you mean by abstract classes?
Explain serialization and overriding?
What does the keyword virtual represented in the method definition?
What is dynamic or run time polymorphism?
Can you instantiate an abstract class and what is an inner class?
Explain method overriding.