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...

can you give the dynamic polymorphism types?

Answer Posted / guest

staic polymorphism and dynamic

Is This Answer Correct ?    0 Yes 1 No



Post New Answer       View All Answers


Please Help Members By Posting Answers For Below Questions

explain sub-type and sub class? atleast u have differ it into 4 points?

2367


Give two or more real cenario of virtual function and vertual object

2378


How do you use inheritance in unity?

1132


What is class in oop with example?

1165


What is byval and byref? What are differences between them?

2277


What is encapsulation and abstraction? How are they implemented in C++?

1194


Write A Program to find the ambiguities in Multiple Inheritance? How are they resolved.(Virtual Functions)

4219


Why can't we have instance(stack) of a class as a member of the same class like eg.Class A{A obj;} as we can have self refential pointer

2207


Can enum be null?

1073


Why do we use inheritance?

1198


Why do we use oop?

1179


What is oops concept with example?

1088


what is different between oops and c++

2627


What is meant by oops concept?

1112


class CTest { public: void someMethod() { int nCount = 0; cout << "This is some method --> " << nCount; } }; int main() { CTest *pctest; pctest->someMethod(); return 0; } It will executes the someMethod() and displays the value too. how is it possible with our creating memory for the class . i think iam not creating object for the class. Thanks in Advance... Prakash

2351