What is Abstraction

What is Abstraction in Object Oriented Programming – OOPs

Abstraction is the process of hiding certain or common details and showing only essential information to the user. Abstraction can be achieved with either abstract classes or interfaces. Abstraction by an Abstract Classes Abstract Classes — A restricted class that cannot be instantiated directly i.e. cannot be used to create objects (to access it, it […]

Continue Reading