What are the benefits of polymorphism?
No Answer is Posted For this Question
Be the First to Post Answer
What is class and object in oops?
Why do while loop is used?
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).
Write a C++ program to conduct an election of a mayor.Declare a class ELECTION With the following specification: Data member: Name 25 character Age Integer symbol 1 character Member functions: To accept data for 20 contestant To accept symbol as voting from 100 voters. To declare the winner and the loser.
1 Answers Global Academy, Infotech,
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.
What type of loop is a for loop?
What is the use of fflush(stdin) in c++?
what i oops concept, how many languages supports oops concept?
Why do pointers exist?
What is an advantage of polymorphism?
What is differance between Abstract and Interface
What is design patterns in C++?