1 To 10 Question
1 To 10 Question
Example:
Example:
OOP POP
Program divided into a parts know Program are divided into functions
as objects
The main focus of oop is on the The main focus of pop is on the
data procedures
It follows bottom up approach It follow top down approach
It has access specifiers such as POP does not have any access
public. Private etc specifier
It provides data hiding, data POP does not provide any data
associated with the program , so security
security is provide
Ease of modification Modification is difficult
EXAMPLLE:java,Perl EXAMPLE:C,COBOL etc
Applications of OOP:
Real Time Systems.
Client Server System.
Hypertext and Hypermedia.
Object Oriented Database.
Neural Networks and Parallel Programming.
AI Expert Systems.
Simulation and Modeling System.
Office Automation Systems.
Main() function is an entry point for all the function. Every C++
program starts with main() function.me, citizenship number and salary.
7. Explain tokens.
Example:
Example:
Suppose you make peter a reference (alias) to Paul , you can refer to the
person as either peter or Paul .
Example: