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
What is polymorphism and why is it important?
What is a class in oop?
What is object in oop with example?
what are the realtime excercises in C++?
Which language is pure oop?
Where You Can Use Interface in your Project
How to use CMutex, CSemaphore in VC++ MFC
Are polymorphisms mutations?
Write a program to reverse a string using recursive function?
What are the benefits of interface?
What are the components of marker interface?
How to call a non virtual function in the derived class by using base class pointer
Whats is abstraction in oops?
How do you answer polymorphism?
What is solid in oops?