Answer Posted / kumar rohit
A class is a generalized template from which object
is created based on its various instances,therefore
we can consider a class as an object while vice-versa
is not possible.
Is This Answer Correct ? | 4 Yes | 0 No |
Post New Answer View All Answers
What is a ternary operator?
Explain colloboration
What are the basic concepts of oop?
Can you create an instance for an abstract class?
What is data abstraction? what are the three levels of data abstraction with Example?
Which oops concept is used as reuse mechanism?
Give any criteria when you use an abstract class and an interface?
What is the @functionalinterface annotation?
Explain about a class in oop?
Can you explain primordial class loader?
Can we access interface static method using interface references?
Write a note about inheritance?
Does java support multiple inheritance? if not, what is the solution?
Explain about instance in object oriented programming?
Is it possible to create partial structs, interfaces and methods?