Answer Posted / rohit jindal
Object oriented programming language allow us to think the
real world in term of object.Object is a collection of data
and functionwhich operate on that data. It provides the
concepts of classes which is a template from which we can
churn out as many object as we want of similar behviour.It
provide the concepts of
polymorphism,inheritance,encapsulation etc.
| Is This Answer Correct ? | 29 Yes | 1 No |
Post New Answer View All Answers
Write a C++ program without using any loop (if, for, while etc) to print prime numbers from 1 to 100 and 100 to 1 (Do not use 200 print statements!!!)
What is class in oop with example?
what are the realtime excercises in C++?
What is the use of oops?
What is object and example?
What is difference between pop and oop?
How oops is better than procedural?
What is data binding in oops?
What is for loop and its syntax?
What is class and example?
Why do we use encapsulation in oops?
What is the main feature of oop?
any one please tell me the purpose of operator overloading
program for insertion ,deletion,sorting in double link list
Can we create object of abstract class?