OOPS Object Oriented Programming System Simple Notes For Interview
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