What is OOPS and How it is different from Procedural
Programming ?
Answer Posted / chetan khutale
OOPS means Object Oriented Programming Languages and
Systems and is different from the Structural programming in
the fact that in OOPS programming you take advantage of
Polymorphism, Multiple inheritance and Abstraction and
Encapsulation of the data by using Private and this helps
in Security of Data while giving you the levarage to
program your software system with the maximum flexibility.
| Is This Answer Correct ? | 1 Yes | 0 No |
Post New Answer View All Answers
What is difference between pop and oop?
What is polymorphism in oop example?
write a programe to calculate the simple intrest and compund intrest using by function overlading
Can we create object of interface?
Explain the advantages of inheritance.
What is the advantage of oop over procedural language?
What is oops?what is its use in software engineering?
Why do we use inheritance?
Why interface is used?
What is polymorphism and types?
What is inheritance in oop?
what are the realtime excercises in C++?
What is abstraction encapsulation?
There are two base class B1,B2 and there is one class D which is derived from both classes, Explain the flow of calling constructors and destructors when an object of derived class is instantiated.
Where is pseudocode used?