Golgappa.net | Golgappa.org | BagIndia.net | BodyIndia.Com | CabIndia.net | CarsBikes.net | CarsBikes.org | CashIndia.net | ConsumerIndia.net | CookingIndia.net | DataIndia.net | DealIndia.net | EmailIndia.net | FirstTablet.com | FirstTourist.com | ForsaleIndia.net | IndiaBody.Com | IndiaCab.net | IndiaCash.net | IndiaModel.net | KidForum.net | OfficeIndia.net | PaysIndia.com | RestaurantIndia.net | RestaurantsIndia.net | SaleForum.net | SellForum.net | SoldIndia.com | StarIndia.net | TomatoCab.com | TomatoCabs.com | TownIndia.com
Interested to Buy Any Domain ? << Click Here >> for more details...


What is Dynamic Polymorphism?

Answers were Sorted based on User's Feedback



What is Dynamic Polymorphism?..

Answer / manish kumar

dynamic polymorphism is run time polymorphism.it is
implemented through virtual functions

Is This Answer Correct ?    101 Yes 15 No

What is Dynamic Polymorphism?..

Answer / srinivas

in hirarchie, when sub class overrides the super class
metthod
then we call that method using the super class reference
then which version of method is called is resolved at run
time based on the object that the reference refers to is
called dynamic polymorphisum or dynamic binding.and also
called run time polymorphisum

Is This Answer Correct ?    68 Yes 7 No

What is Dynamic Polymorphism?..

Answer / d n gavade

There are two type of polymorphism i.e.
static(compiplation time) and
Dynamic Polymorphism(Run Time).
In case of Static,
derived class,Base class have same funcion name,the base
class function will be called.
In Case of Dynamic Polymorphism,we can use virtual keyword
in base class function and passing reference of derived
class to the base class pointer, we can call the derived
class function which is override.

Is This Answer Correct ?    30 Yes 2 No

What is Dynamic Polymorphism?..

Answer / amit upadhyay

In Dynamic Polymorphism memory allocation will be at the
run time for that perticular method which is implemented
as polymorphism.

Is This Answer Correct ?    27 Yes 7 No

What is Dynamic Polymorphism?..

Answer / irfan

there are two type polymorphism use in c++ first is static
and second is dynamic static polymorphism is function
overloading oprater overloading & dynamic is virtual function.

Is This Answer Correct ?    27 Yes 10 No

What is Dynamic Polymorphism?..

Answer / srujana

If binding is resolved at compilation time then it is said
to be static polymorphism.
If binding is resolved at reun time then it is said to be
dynamic polymorphism. to implement dynamic polymorphism,
pointers and virtual functions are used.

Is This Answer Correct ?    22 Yes 5 No

What is Dynamic Polymorphism?..

Answer / raju

using single name performing difference task is called
polymorphism.

Is This Answer Correct ?    10 Yes 2 No

What is Dynamic Polymorphism?..

Answer / abdullah

By using base class pointer memory to define derive class
is class dynmic polymorphism

Is This Answer Correct ?    12 Yes 5 No

What is Dynamic Polymorphism?..

Answer / mohit singh

polymorphism is a very strong feature of java.dynamic
polymorphism is polymorphism used at run-time.

Is This Answer Correct ?    6 Yes 2 No

What is Dynamic Polymorphism?..

Answer / isaiselvan s

In this Mechanism by which a call to an overridden function is resolved at a Run-Time( not at Compile-time). If a BaseClass contains method must be a Virtual method in C# to be overridden..

Is This Answer Correct ?    8 Yes 5 No

Post New Answer

More OOPS Interview Questions

What is object and example?

0 Answers  


what are the uses of C++

1 Answers  


What are virtual classes?

0 Answers  


Round up a Decimal number in c++.. example Note = 3.5 is as 4 3.3 is as 3

3 Answers   Accenture, Cognizant, IBM,


write a progra in c++ using class & object to find out wheather a given no. is prim or not.

2 Answers  


hi, this is raju,iam studying b.tech 2nd year,iam want know about group1 and group2 details, and we can studying without going to any instutions? please help me.

0 Answers  


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.

0 Answers  


How do you define a class in oop?

0 Answers  


monkey starts climbing up a tree 20ft tall,each hour ,it hops 3ft and slips back by 2ft .how much time it wil tak to reach top of the tree?

13 Answers   IonIdea,


What are the 4 main oop principles?

0 Answers  


What is overloading in oop?

0 Answers  


Whats is abstraction in oops?

0 Answers  


Categories