Question: What is OOPS(object-oriented programming system)?
Answer: objects are real word entity (pen, chair, table etc.)
Object-oriented programming is a methodology to design a program using classes & objects.
Best features of OOPS:
Answer: objects are real word entity (pen, chair, table etc.)
Object-oriented programming is a methodology to design a program using classes & objects.
Best features of OOPS:
- It simplifies the software development
- It's maintenance.
These two best features comes from the concepts of following: