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
Can we override main method?
What is the important feature of inheritance?
What is the advantage of oop over procedural language?
Why is oop useful?
What are the two different types of polymorphism?
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?
design a c++ class for the chess board,provide a c++ class definition for such class(only class definition is required)
Is enum a class?
Why do we use polymorphism?
What is property in oops?
What is polymorphism what is it for and how is it used?
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.
What is polymorphism and example?
write a program to find 2^n+1 ?
What is the point of polymorphism?