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
What is multilevel inheritance in oop?
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).
What is the real time example of encapsulation?
What is abstract class in oop?
Can abstract class have normal methods?
2. Give the different notations for the class.\
Explain the advantages of inheritance.
Is data hiding and abstraction same?
What is polymorphism used for?
What is polymorphism what are the different types of polymorphism?
What is and I oop mean?
How to improve object oriented design skills?
What is this pointer in oop?
What is methods in oop?
when to use 'mutable' keyword and when to use 'const cast' in c++