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
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.
class type to basic type conversion
Why is it so that we can have virtual constructors but we cannot have virtual destructors?
Why we use classes in oop?
What are constructors in oop?
can inline function declare in private part of class?
What exactly is polymorphism?
What is encapsulation with real life example?
write knight tour problem which is present in datastructure
What is stream in oop?
What is object in oops?
What is the importance of oop?
Can you explain polymorphism?
What is class and example?
what's the basic's in dot net