Wednesday, September 14, 2011

Object Oriented Programming About 1st Class

Teacher said to all student in this class to learn more about C programming. In this course

 Principles of object oriented Programming
Beginning With C++
Token Expression and control Structure
Funcions in C++ 
Class and object 
Constructor and destructor
Operator overloading 
Inheritance: Extending classes 
Pointer, Virtual Funtions and Ploymorphism  

First class teacher said about class 
Difine Class 
Start.....................................................................
Class Student
{
Private:
int id;
 Char name[30]; 
Char grade[4]; 
Public: 
void get Details();
 };
End...............................................

No comments:

Post a Comment