Which of following is not feature of Object Oriented Programming?? *
1.Follows bottom-up approach
2.Object may communicate with each other through functions
3.Follows top- down approach in design
4.Programs are divided into what are known as objects
Answers
Answered by
3
Answer:
1.Follows bottom up approach
Answered by
0
3. Follows top- down approach in design
Object Oriented Programming
Object-oriented programming (OOP) is a computer programming model that processes software design around data, or objects, instead of functions and logic.
- In object-oriented programming the programs are divided into what are known as objects.
- In it object may communicate with each other through functions.
- Object oriented programming follows bottom-up approach.
Top- down approach in design is not a feature of object oriented programming.
Similar questions