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


Please Help Members By Posting Answers For Below Questions

What is polymorphism and its types?

804


How to use CMutex, CSemaphore in VC++ MFC

4537


Templates mean

1830


what is the drawback of classical methods in oops?

3110


Where You Can Use Interface in your Project

1618


What are properties in oop?

808


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?

1619


i=20;k=0; for(j=1;k-i;k+=j<10?4:3) { cout<

1634


what are the different types of qualifier in java?

2016


assume the program must insert 4 elements from the key board and then do the following programs.sequential search(search one of the elements),using insertion sort(sort the element) and using selection sort(sort the element).

1891


Can private class be inherited?

902


What is object and class in oops?

780


How Do you Code Composition and Aggregation in C++ ?

24715


What are the important components of cohesion?

745


What is static in oop?

824