Tuesday, July 14, 2009

Hello…To C++ Programmers, Would you please tell about the Map of learning C++ LANGUAGE?

"It is easy to learn C++,if you have the good knowledge of C".C++ language is basically an Object Oriented language. Therefore it is also called as Object Oriented Programming(OOP) . The difference between C and OOP is that-----


In C, program is divided into different functions.


In C++,it is divided into no. of objects.


There are some extra features in OOP. They are as follows :


1) Data hiding.


2) Encapsulation.


3) Inheritance.


4) Operator Overloading.


5) Polymorphism.


6) It includes all the featuers of C.

Hello…To C++ Programmers, Would you please tell about the Map of learning C++ LANGUAGE?
First of all read C++ basics like OOPS, then Charcter Sets, Keywords, Variable, Data Types. Then read about Classes and Objects, then try to solve simple questions then move to Conditonal statements(If-Else),then Switch, then Looping and so on

land survey

No comments:

Post a Comment