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
Explain about the relationship between object oriented programming and databases?
Why are outlet connections required in object-oriented programming?
Write basic concepts of oops?
Whether static method can use nonstatic members?
What are the Differentiate between abstraction and encapsulation.
State two differences between an object and a class.
Explain the mechanism of composition?
What is the benefit of using inheritance?
Explain about the design phase?
What are abstract methods?
What is method overriding?
What is polymorphism? When is it employed? give an example.
How to achieve data abstraction?
How can I be thrown polymorphically?
What is a virtual function?