Answer Posted / anju
OOP represents the real life concepts such as inheritence,
encapsulation etc. and in order to channelize the real time
concepts in programming terms and language, OOP is
inculcated.
Is This Answer Correct ? | 31 Yes | 7 No |
Post New Answer View All Answers
Can we create object of interface?
What is encapsulation with example?
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.
c++ program to swap the objects of two different classes
write a code for this:trailer recordId contains a value other than 99, then the file must error with the reason ‘Invalid RECORD_ID’(User Defined Exception).
How many human genes are polymorphic?
What is the renewal class?
program for insertion ,deletion,sorting in double link list
What are the 3 principles of oop?
What are the three main types of variables?
What is encapsulation example?
What is oops and why we use oops?
What is this pointer in oop?
Can we create object of abstract class?
What is inheritance in simple words?