What is OOPS and How it is different from Procedural
Programming ?

Answer Posted / mariserla

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 ?    210 Yes 48 No



Post New Answer       View All Answers


Please Help Members By Posting Answers For Below Questions

What is multilevel inheritance in oop?

786


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).

1924


What is the real time example of encapsulation?

811


What is abstract class in oop?

762


Can abstract class have normal methods?

806


2. Give the different notations for the class.\

1826


Explain the advantages of inheritance.

894


Is data hiding and abstraction same?

788


What is polymorphism used for?

793


What is polymorphism what are the different types of polymorphism?

762


What is and I oop mean?

856


How to improve object oriented design skills?

774


What is this pointer in oop?

812


What is methods in oop?

754


when to use 'mutable' keyword and when to use 'const cast' in c++

1901