What is polymorphism and example?
No Answer is Posted For this Question
Be the First to Post Answer
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?
What is polymorphism in oops?
What is abstrac class?where is it use?
what is oppes
Child cObj = new Parent() Wahts the output ?
Advantage and disadvantage of routing in telecom sector
WAP to generate 2n+1 lines of the following pattern on the computer screen:
What is multiple inheritance?
Define a class to represent a bank account. Include the following members: Data Members: Name of the Depositor Account Number Type of Account Balance amount in the account Member Functions: To assign the initial values. To deposit an account. To withdraw an amount after checking the balance. Write a C++ main program to display account number, name and balance.
What is the difference between the c++ & java?
WRITE A SIMPLE C++ PROGRAM TO SWAP TWO NOS WITHOUT USING TEMP
What are oops methods?