C++
OBJECT ORIENTED PROGRAMMING C++
OBJECT ORIENTED PROGRAMMING C++
Introduction : What is object oriented programming?
Why do we need objectoriented. Programming
characteristics of object-oriented languages. C
and C++.
C++ Programming basics :
Output using cout. Directives. Input with cin. Type
bool. The setw
manipulator. Type conversions.
Functions :
Returning values from functions. Reference
arguments. Overloaded
function. Inline function. Default arguments.
Returning by reference.d
Object and Classes :
Making sense of core object concepts (Encapsulation,
Abstraction,
Polymorphism, Classes, Messages Association,
Interfaces)
Implementation of class in C++, C++ Objects as physical
object, C++
object as data types constructor. Object as functionarguments. The
default copy constructor, returning object from function.
Structures
and classes. Classes objects and memory static classdata. Const
and classes
Arrays and string arrays fundamentals. Arrays asclass Member
etc
Pointer
- Addresses and pointers. The address of operator and pointer and
- arrays. Pointer and Faction pointer and C-types string. Memory
- management : New and Delete, pointers to objects, debugging
- pointers.
- Etc.