What are the OOPS concepts?

Answer Posted / ramalakshmi

Oops Concepts are :

1.Class
2.Object
3.Data Encapsulation
4.Data Abstraction
5.Inheritance
6.Polymorphism
7.Dynamic Binding
8.Message Passing

Is This Answer Correct ?    0 Yes 0 No



Post New Answer       View All Answers


Please Help Members By Posting Answers For Below Questions

State what is encapsulation and friend function?

710


Which is not an object oriented programming language?

551


Can you inherit a private class?

645


What are classes oop?

604


What is difference between class and object with example?

571






They started with the brief introduction followed by few basic C++ questions on polumorphism, inheritance and then virtual functions. What is polymorphims? How you will access polymorphic functions in C? How virtual function mechanism works?

1403


Why multiple inheritance is not allowed?

594


if i have same function with same number of argument but defined in different files. Now i am adding these two files in a third file and calling this function . which will get called and wht decide the precedence?

2768


How to hide the base class functionality in Inheritance?

652


Write A Program to find the ambiguities in Multiple Inheritance? How are they resolved.(Virtual Functions)

3564


What is the renewal class?

2176


What is object-oriented programming? Webopedia definition

737


what are the realtime excercises in C++?

2341


Can enum be null?

594


Get me a number puzzle game-program

1702