Information Tehnology


OOP Model
Class Class is the collection of data and functions means class encapsulates the data and function this is feature of object oriented programming.  Objects are the variable of class one can imagine class as structure in C.  You can created any number of object of class ( using the concept of array of objects it is very easy to create large number of objects).   Objects Objects are basic run […]

Principles of OOP