Unit 1 OOPc
Unit 1 OOPc
OOP POP
1) Program is divided into small parts it is 1) Program is divided into small parts it is
called as function. called as object.
2) It does not have any proper way 2) It provide data hiding so it is
to hide the data so it is less secure. more secure.
3) POP doesnot have any access 3) OOP have access specifier.
specifier.
4) Example :- C,Pascal. 4) Example :- C++,Java.