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 are the desirable attributes for memory managment?
What do you mean by abstraction?
What are the three main types of variables?
Is abstract thinking intelligence?
Can destructor be overloaded?
What is object in oops?
What is the use of oops?
Why is there no multiple inheritance?
What is polymorphism explain its types?
Get me a number puzzle game-program
What are different types of JVM's? for example we use dalvik jvm for android then what about the remaining operating systems?
Explain virtual inheritance?
What is multilevel inheritance?
Why do we use polymorphism in oops?
What are the benefits of oop?