What is OOPS and How it is different from Procedural
Programming ?
Answer Posted / jagdeep kumar tripathi
oops mean object oriented programming system.it is fully
based on class and object methodology.which is concerned to
the real world problem and its solution. so it takes the
principal of incaptulation,inheritance,abstaction and
polymorphasim.these principal help to make the program
problam solving to the real world.
oops uses class to bind the relative methods, property and
events together and this class is used by object by
different name. this is also used to create other object
which used other class property.
| Is This Answer Correct ? | 1 Yes | 3 No |
Post New Answer View All Answers
why reinterpret cast is considered dangerous?
write a C++ program for booking using constructor and destructor.
What is class and example?
What is inheritance and how many types of inheritance?
What is solid in oops?
What does <> mean pseudocode?
What is cohesion in oop?
What is data binding in oops?
write a program to find 2^n+1 ?
What is coupling in oop?
What are the benefits of interface?
What does it mean when someone says I oop?
How do you define social class?
2. Give the different notations for the class.\
What is object in oop with example?