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
Why is there no multiple inheritance?
What is coupling in oops?
Write a program to implement OOPS concepts such as inheritance, polymorphism, friend function, operator overloading?
What is a null tree?
What is solid in oops?
Can bst contain duplicates?
What are the components of marker interface?
Why polymorphism is used in oops?
IS IT NECESSARY TO INITIALIZE VARIABLE? WHAT IF THE INSTANCE VARIABLE IS DECLARED final ? IS IT NECESSARY TO INITIALIZE THE final VARIABLE AT THE TIME OF THEIR DECLARATION?
Advantage and disadvantage of routing in telecom sector
What is interface? When and where is it used?
design a c++ class for the chess board,provide a c++ class definition for such class(only class definition is required)
What is abstraction encapsulation?
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 cohesion in oop?