Why do we need polymorphism in c#?


No Answer is Posted For this Question
Be the First to Post Answer

Post New Answer

More OOPS Interview Questions

what is oppes

2 Answers  


What does <> mean pseudocode?

0 Answers  


WAP find square root of any number (without using sqrt() )?

3 Answers  


design class for linked list and include constructor,destructor,insert option. struct node { int node; struct node &ptr; }

1 Answers   HSBC,


Can we define a class within the interface?

0 Answers  






what is a binary overloading

2 Answers  


what is the new version of oops

0 Answers   Ignou,


What is encapsulation with example?

0 Answers  


What is stream in oop?

0 Answers  


What are virtual classes?

0 Answers  


why the argument is passed by reference to a copy constructor?example?

2 Answers  


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.

6 Answers  


Categories