2 OOPS Concepts
2 OOPS Concepts
Presented
by
Dr.C.Rani
Assistant Professor
Department of Computer Science and Engineering
Government College of Engineering, Salem-11
1
Objectives and Outcomes
Session Objective
Session Outcomes
2
OOPS Concepts
3
4
5
6
Programming Approaches
Top- Down Approach
Bottom-Up Approach
7
8
Top-down Approach
The ideology behind top-down approach is, a bigger
problem is divided into some smaller sub-problems
called modules, these modules are then solved
individually and then integrated together to get the
complete solution to the problem.
Example: C, PASCAL,FORTRAN
9
10
11
12
13
14
Bottom-Up Approach
15
16
17
18
19
20
OOP concepts
21
22
23
24
25
26
27
28
29
30
31
32
33
34
35
36
37
38
39
40
Data Hiding
41
42
43
44
45
46
47
48
49
50
51
52
53
54
55
56
57
58
59
References
https://www.slideshare.net/nileshdalvi01/basics-concepts-of-
oops
60
61