c++ is a pure object oriented programming or not?
Answer Posted / rishabh
No
| Is This Answer Correct ? | 2 Yes | 0 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.
which feature are not hold visual basic of oop?
Whats is abstraction in oops?
write a program that takes input in digits and display the result in words from 1 to 1000
What are the 4 pillars of oop?
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?
What is an example of genetic polymorphism?
What does it mean when someone says I oop?
What is variable example?
Whats oop mean?
What is coupling in oop?
What polymorphism means?
What is difference between data abstraction and encapsulation?
when to use 'mutable' keyword and when to use 'const cast' in c++
What is the main purpose of inheritance law?