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 RunTime Polymorphism?

Answers were Sorted based on User's Feedback



What is RunTime Polymorphism?..

Answer / om namo bhagavathe vasudevaya

polymorpism is of two types
1)compile time polymorpism 2)run time polymorpism

compile time polymorpism:-it can call the functions during
compile time example:-opporator overloading
in the operater overloading based on the parameters and
return type of the functions are called

runtime polymorpism:-it can call functions during runtime
example:-opporator overridding
in opperator overridding the functions in both base class
and derived class have same signature(same parameters type
and same return type) based on the object used appropriate
method will be called

Is This Answer Correct ?    59 Yes 5 No

What is RunTime Polymorphism?..

Answer / suren

Function, Constructor, Operater overloading comes under
compile time polymorphism and function overriding, virtual
functions come under runtime polymorphism.

Is This Answer Correct ?    38 Yes 6 No

What is RunTime Polymorphism?..

Answer / ansar hussain.m

Polymorphism means one object behaving as multiple forms.
simple one in many forms .
there are two types of poly morphism
1) compile time
2) runtime

1)compile time:
overloading a method , constructor , operator etc.. comes under compile time polymorphism because compiler checks the type and number of parameters passed on to the method and decides which method to call at the compile time itself and it will give an error if there are no method that matches the method signature of the method that is called at the compile time itself


2) runtime polymorphism:

overriding comes under runtime polymorphism because the compiler would not be aware of the method is available for overriding the functionality or not. so compiler would not give any error at compile time. At runtime it will be decided which method to call. and if there is no method at runtime it will give an error

Is This Answer Correct ?    26 Yes 1 No

What is RunTime Polymorphism?..

Answer / lalit dhuwe

Polymorphism is defined as one interface to control access
to a general class of actions. There are two types of
polymorphism one is compile time polymorphism and the other
is run time polymorphism. Compile time polymorphism is
functions and operators overloading. Runtime time
polymorphism is done using inheritance and virtual
functions.

Is This Answer Correct ?    3 Yes 6 No

What is RunTime Polymorphism?..

Answer / param

I am fresher and i am listening to this word 1sttime.

Is This Answer Correct ?    9 Yes 16 No

Post New Answer

More Dot Net General Interview Questions

What is JIT and how is works?

3 Answers  


WHAT IS .net

3 Answers  


Explain what is a manifest in .net?

0 Answers  


What are the differences between an interface and an abstract class in .net?

0 Answers  


What is a .net class?

0 Answers  


What's typical about a windows process in regards to memory allocation in .net?

0 Answers  


Major role of CLR for CAS

2 Answers   Infosys,


Is there any thread in our .net programs?

0 Answers  


The project which you have made, which methodology did you use?

0 Answers   Wipro,


How boxing and unboxing occures in memory?

0 Answers  


Can any object be stored in a viewstate in .net?

0 Answers  


Will my .net app run on 64-bit windows?

0 Answers  


Categories