What are the OOPS concepts?

Answer Posted / anurag

oops is the object oriented programming.
1)encapsulation
2)data abstraction
3)inheritance
3)polymorphism
4)dynamic binding
5)message communication

Is This Answer Correct ?    76 Yes 30 No



Post New Answer       View All Answers


Please Help Members By Posting Answers For Below Questions

Who invented oop?

659


write a program to find 2^n+1 ?

1554


What does and I oop mean?

619


What is protected in oop?

604


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

1647






What is polymorphism oop?

623


Whats is abstraction in oops?

593


What is oops and its features?

592


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


Can static class have constructor?

587


What is destructor example?

601


What is overriding in oop?

550


They started with the brief introduction followed by few basic C++ questions on polumorphism, inheritance and then virtual functions. What is polymorphims? How you will access polymorphic functions in C? How virtual function mechanism works?

1395


What is polymorphism and why is it important?

562


What is class encapsulation?

601