0
A class is a blue print of an object. In other words, a class holds all the properties of an object. A simple expample is having an Employee class and its properties are FirstName, LastName, EmailAddress and Salary. The setters and getters methods are used to store and fetch data out of these attributes or properties.
9th Dec 2016, 9:11 PM
Elie Boustany
Elie Boustany - avatar