What are the OOPS concepts?

Answer Posted / mithu

1.class
2.object
3.inhritance
4.polymorphism
5.encapsulation
6.message passing
7.dynamic binding
8.data abstraction

Is This Answer Correct ?    0 Yes 0 No



Post New Answer       View All Answers


Please Help Members By Posting Answers For Below Questions

What is balance factor?

589


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.

2578


What is the point of polymorphism?

591


What is abstraction and encapsulation?

576


Is this job good for future? can do this job post grduate student?

1694






What do you mean by overloading?

585


What are the benefits of polymorphism?

626


What is the difference between procedural programming and oops?

559


What is difference between pop and oop?

609


How long to learn object oriented programming?

566


What is inheritance in oop?

604


What is difference between data abstraction and encapsulation?

619


Can bst contain duplicates?

671


write a program using c++ to implement single contiguous memory mangement techniques.display the content of the main memory after yhe allocation of jobs and percentage of the wastage of the main memory

2765


Why multiple inheritance is not possible?

602