Is class an Object? Is object a class?
Answer Posted / anum abbas
A class is just a template that is used to create the
objects and to define its behaviours.
But object is an instance of a class.
Is This Answer Correct ? | 10 Yes | 0 No |
Post New Answer View All Answers
What is a nested interface?
What's the order of call of constructors in inheritiance?
What is super keyword?
Which OOPS concept exposes only the necessary information to the calling functions?
Can a function be overloaded based on return types?
Does PowerShell support OOPs?
Can constructors be parameterized?
What is difference between encapsulation and abstraction?
Explain about multiple inheritance?
What is the difference between function overloading and over riding?
What is the default access specifier in a class definition?
Classes and structs support inheritance. Is this statement true or false?
Define exceptions?
What is the default access modifier in a class?
What are the rules to define a functional interface?