DIFFRENCE BETWEEN STRUCTURED PROGRAMING AND OBJCET ORIENTED
PROGRAMING.
Answer Posted / murali
structured programing is once we write the program it's
modification is diffcult beacause so many lines of code
inside the pg we must check every line of code and
modification done accourdingly
oop is very easy to modify any code beacause it consist
classes then easily can modify
| Is This Answer Correct ? | 3 Yes | 3 No |
Post New Answer View All Answers
How many human genes are polymorphic?
What are properties in oop?
What does enum stand for?
What do you mean by Encapsulation?
What is inheritance in simple words?
Why is oop useful?
assume the program must insert 4 elements from the key board and then do the following programs.sequential search(search one of the elements),using insertion sort(sort the element) and using selection sort(sort the element).
How oops is better than procedural?
What is stream in oop?
What is encapsulation with real life example?
What is the difference between encapsulation and polymorphism?
what is graphics
What is abstraction in oop with example?
is there any choice in opting subjects like 4 out of 7
Write A Program to find the ambiguities in Multiple Inheritance? How are they resolved.(Virtual Functions)