define oops with class and object
Answer Posted / ananth kumar
object is a real world entity while classes are collection
of classes.
The oops means object oriented programming.It is a
Programming techniques which include features such as data
abstraction, encapsulation, modularity, polymorphism, and
inheritance
| Is This Answer Correct ? | 4 Yes | 2 No |
Post New Answer View All Answers
What is variable example?
What is class and example?
Give an example where we have to specifically use C programming language and C++ programming language cannot be used?
What is destructor oops?
How can you overcome the diamond problem in inheritance?
How Do you Code Composition and Aggregation in C++ ?
What is encapsulation oop?
What do you mean by variable?
i=20;k=0;
for(j=1;k-i;k+=j<10?4:3)
{
cout< Is this job good for future?
can do this job post grduate student? What is abstraction example? any one please tell me the purpose of operator overloading
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? what are the realtime excercises in C++? Why we use classes in oop?