What is OOPS and How it is different from Procedural
Programming ?
Answer Posted / p.madhupriya
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.
In procedural program ,programming logic follows
certain procedures and the instructions are executed one
after another. In OOPs program,unit of program is
object,which is nothing but combination of data and code.
| Is This Answer Correct ? | 1 Yes | 2 No |
Post New Answer View All Answers
write a program to find 2 power of a 5digit number with out using big int and exponent ?
What is destructor give example?
What is encapsulation in ict?
What is multilevel inheritance?
Why interface is used?
Why we use classes in oop?
What is the main purpose of inheritance law?
officer say me - i am offered to a smoking , then what can you say
Can we create object of abstract class?
hi all..i want to know oops concepts clearly can any1 explain??
What is polymorphism explain its types?
Is abstract thinking intelligence?
What is Difeerence between List obj=new ArrayList(); and ArrayList obj=new ArrayList()?
What is a class in oop?
What is the use of oops?