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


Please Help Members By Posting Answers For Below Questions

Can we override main method?

823


What is the important feature of inheritance?

845


What is the advantage of oop over procedural language?

835


Why is oop useful?

805


What are the two different types of polymorphism?

872


String = "C++ is an object oriented programming language.An imp feature of oops is classes and objects".Write a pgm to count the repeated words from this scenario?

2137


design a c++ class for the chess board,provide a c++ class definition for such class(only class definition is required)

6349


Is enum a class?

778


Why do we use polymorphism?

752


What is property in oops?

777


What is polymorphism what is it for and how is it used?

755


Write a program to compute for numeric grades for a course. The course records are in a file that will serve as the input file. The input file is in exactly the following format: Each line contains a student's first name, then one space, then ten quiz scores all on one line. The quiz scores are in whole number and are separated by one space. Your program will take it input from this file and sends it output to a second file. The data in the output file will be exactly the same as the data in the input file except that there will be one additional number (of type double) at the end of each line. This number will be the average of the student's ten quiz scores. Use at least one function that has file streams as all or some of its arguments.

2796


What is polymorphism and example?

769


write a program to find 2^n+1 ?

1765


What is the point of polymorphism?

761