Tuesday, February 7, 2012
CTS BPO Opening
ob Description:Cognizant Technology Solutions India Ltd Hiring for Freshers-BPO Process for Chennai location. Apply on or before Friday, February 10, 2012
Skill Sets:Typing skills ( Atleast 25WPM), Good Communication Skills.
Education:Any Graduate
Experience:0 to 1 Yrs(Freshers)
Job Location:Chennai
Contact:04443675550/sahithi.josyula@cognizant.com
Address:Cognizant Technology Solutions., New No 165,Old no 110, Menon Eternity Building, St Marys Rd, Alwarpet. Chennai.
Other DetailsWalk-in On 7...
CONCEPTS OF OBJECT ORIENTED PROGRAMMING
CONCEPTS OF OBJECT ORIENTED PROGRAMMING:
1.Class
2.Object
3.Inheritance
4.Interface
5.Abstract Class
6.Overriding
7.Polymorphism (or ) Overloading
1.Class:
A class is simply a representation of a type of object. It is the blueprint/ plan/ template that describe the details of an object. A class is the blueprint from which the individual objects are created. Class is composed of three things: a name, attributes, and operations.
Examples 1
public class Student
{
}
2.Object:
An object can be considered...