why oops need in programming

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


Please Help Members By Posting Answers For Below Questions

Can we create object of interface?

818


What is encapsulation with example?

779


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


c++ program to swap the objects of two different classes

2108


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).

1885


How many human genes are polymorphic?

768


What is the renewal class?

2402


program for insertion ,deletion,sorting in double link list

2435


What are the 3 principles of oop?

822


What are the three main types of variables?

815


What is encapsulation example?

748


What is oops and why we use oops?

772


What is this pointer in oop?

776


Can we create object of abstract class?

804


What is inheritance in simple words?

804