Tag: Abstract Classes
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
Read More