What are the OOPS concepts?
Answer Posted / harmeet singh
Object-oriented programming (OOP) is a programming model
that uses "objects"(object is a combination of message and
data that can receive and send messages and use messages to
interact with each other) and their interactions to design
applications and computer programs. Programming techniques
may include features such as information hiding, data
abstraction, encapsulation, modularity, polymorphism, and
inheritance
| Is This Answer Correct ? | 7 Yes | 2 No |
Post New Answer View All Answers
Will I be able to get a picture in D drive to the c++ program? If so, help me out?
What is encapsulation c#?
What are the 4 main oop principles?
What is pointer in oop?
What is the example of polymorphism?
Why do we need polymorphism in c#?
Why is there no multiple inheritance?
What is coupling in oops?
What is oops and why we use oops?
what are the ways in which a constructors can be called?
Write a java applet that computes and displays the squares of values between 25 and 1 inclusive and displays them in a TextArea box
What is inheritance in oop?
What is oops concept with example?
i am getting an of the type can not convert int to int *. to overcome this problem what we should do?
What is difference between inheritance and polymorphism?