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
What is overloading in oops?
write a code for this:trailer recordId contains a value other than 99, then the file must error with the reason ‘Invalid RECORD_ID’(User Defined Exception).
Get me an image implementation program.
What is encapsulation process?
when to use 'mutable' keyword and when to use 'const cast' in c++
write a program that takes input in digits and display the result in words from 1 to 1000
Hi friends I have experience of 6 months in website design and maintanence. Now i am looking for other IT jobs.. to switch platform. please post any interview you know in chennai.
What do you mean by abstraction?
How do you define social class?
What is this pointer in oop?
What is the purpose of enum?
What is the renewal class?
What is difference between inheritance and polymorphism?
What is object and example?
What is the advantage of oop over procedural language?