What are the OOPS concepts?
Answer Posted / janet
Object oriented programming organizes a program around it's
data i.e objects and a set of well defined interface to
that data. An Object-oriented program can be characterized
as data controlling access to code.
| Is This Answer Correct ? | 432 Yes | 241 No |
Post New Answer View All Answers
Can we override main method?
What is the example of polymorphism?
What is multilevel inheritance?
Advantage and disadvantage of routing in telecom sector
Explain the concepts involved in Object Oriented programming.
What is property in oops?
Which method cannot be overridden?
What is purpose of inheritance?
#include
What is debug class?what is trace class? What differences are between them? With examples.
Why polymorphism is used in oops?
What are the benefits of polymorphism?
What is object in oops?
How is polymorphism achieved?
what are the ways in which a constructors can be called?