Unit 2 oop(Object Oriented Programing in C++)Notes


type of conversion in C + + 

basic to class type 

program

class type to basic type conversion

Syntax


one class type to another

Program

the claim triangle to be implemented writer 
first then claim triangle to be implemented


Clam Rectangle


array of pointer in C++/ cpp
pointer to objects

pointer to Functions :


program 2


new and delete operation /dynamic memory allocation

static 
dynamic 
New operator


Delete operator

New operator

using new operation for an array

Delete operator



Comments