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
What causes polymorphism?
Can enum be null?
What is pure oop?
What is purpose of inheritance?
Why do we use oops?
What do you mean by Encapsulation?
What is the full form of oops?
write a program that takes input in digits and display the result in words from 1 to 1000
which feature are not hold visual basic of oop?
Why is static class not inherited?
What is interface in oop?
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?
What is the purpose of polymorphism?
Can we create object of abstract class?
What is abstraction oop?