OOPS Object Oriented Programming System Simple Notes For Interview

OOPS (Object Oriented Programming System)

What is OOPs?  ∙ OOPs stands for Object-Oriented Programming.  ∙ It is based on objects  ∙ It follows Bottom-up programming approach.  ∙ It is based on real world.  ∙ It provides data hiding so it is very secure.  ∙ It provides reusability feature. What is a class?  A class is a collection of objects. Classes don’t … Read more