Object Oriented Programming
Class: a class is a blueprint or template for creating objects. It defines the structure and behavior (attributes and methods) that the objects created from the class will have.classes are basically user defined data types.
// static allocation : Mem...
uzma.hashnode.dev1 min read