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
Can you call the base class method without creating an instance?
What is an abstraction?
Can we reduce the visibility of the inherited or overridden method ?
What is an interface?
Why we use oops concepts? What is its advantage?
Explain basic concepts of OOPS?
Why is java not fully objective oriented?
What is abstract method?
What are the types of polymorphism?
explain the difference between operator overloading and function overloading.
What is the default access modifier for a class,struct and an interface declared directly with a namespace?
Explain the abstract class modifier?
What are the limitations of inheritance?
What is static polymorphism?
Explain about the design phase?