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
Write about abstract base classes?
What are the main features of oops?
What does it mean that a method or class is abstract?
How do I make sure that an object is released in code such as a connection or file object?
What is static polymorphism?
What are base class, sub class and super class?
What is the significance of encapsulation?
What is the default access specifier in a class definition?
What is abstraction? How does it differ from encapsulation
What is bootstrap, extension and system class loader?
What is data encapsulation and what's its significance?
Does PowerShell support OOPs?
What is Abstract method and how different from Virtual Method?
Can a function be overloaded based on return types?
Why do we use oops concepts? What is its advantage?