What is the expansion of OOPS?

Answer Posted / xyz

object oriented programming language

Is This Answer Correct ?    7 Yes 7 No



Post New Answer       View All Answers


Please Help Members By Posting Answers For Below Questions

What are oops functions?

585


Write a c++ program to display pass and fail for three student using static member function

2817


How do you explain polymorphism?

593


What is byval and byref? What are differences between them?

1689


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.

2576






Give two or more real cenario of virtual function and vertual object

1853


What is polymorphism oop?

623


What is the difference between abstraction and polymorphism?

618


Can you inherit a private class?

633


What is persistence in oop?

673


There are two base class B1,B2 and there is one class D which is derived from both classes, Explain the flow of calling constructors and destructors when an object of derived class is instantiated.

1459


What are the three main types of variables?

600


what is the drawback of classical methods in oops?

2920


What is encapsulation oop?

578


write a program to find 2^n+1 ?

1552