What is the difference between a class and an object?
Answer Posted / nashiinformaticssolutions
o A class is a blueprint for creating objects.
o An object is an instance of a class.
| Is This Answer Correct ? | 0 Yes | 0 No |
Post New Answer View All Answers
What is difference between encapsulation and abstraction?
Define a good interface?
What is difference between static and non-static fields of a class?
What does the keyword virtual represented in the method definition?
Explain colloboration
Explain about the design phase?
Explain the concept of multiple inheritance (virtual inheritance). Write about its advantages and disadvantages?
Do we require a parameter for constructors?
What is serialization? How do we implement serialization actually?
Explain the use of Vtable and what are the various problems to override the functions?
Define modularity?
Can an interface implement or extend another interface?
What is @functionalinterface?
Can we override a method by using same method name and arguments but different return types?
What are a base class, subclass, and superclass?