What are the OOPS concepts?
Answer Posted / anithadurairaj
OOPS-Object Oriented Programming.
It is one of the most popular methodologies in Software
development.
It offers a powerful model for creating Computer
programs.It spreads the program development
process,improves maintenance and enhances reusability of
programs.
Is This Answer Correct ? | 0 Yes | 1 No |
Post New Answer View All Answers
How do you define social class?
Why is abstraction used?
Write a c++ program to display pass and fail for three student using static member function
What is debug class?what is trace class? What differences are between them? With examples.
What is the fundamental idea of oop?
What is protected in oop?
• What are the desirable attributes for memory managment?
Can we define a class within the interface?
What is property in oops?
What is encapsulation in oops?
What is difference between multiple inheritance and multilevel inheritance?
What are the important components of cohesion?
What is destructor example?
can inline function declare in private part of class?
What is meant by multiple inheritance?