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
What is polymorphism and its types?
How to use CMutex, CSemaphore in VC++ MFC
Templates mean
what is the drawback of classical methods in oops?
Where You Can Use Interface in your Project
What are properties in oop?
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?
i=20;k=0;
for(j=1;k-i;k+=j<10?4:3)
{
cout<
what are the different types of qualifier in java?
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).
Can private class be inherited?
What is object and class in oops?
How Do you Code Composition and Aggregation in C++ ?
What are the important components of cohesion?
What is static in oop?