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

In which cases you use override and new base?

Answer Posted / naveen goud

It is used to ovveride superclass method.Suppose in super
calss we had a method getEmployee() in the subclass am
overriding it and am giving the new implementation.Means am
just giving new implementation instead of using the same
implementation.

Is This Answer Correct ?    0 Yes 0 No



Post New Answer       View All Answers


Please Help Members By Posting Answers For Below Questions

Why is oop useful?

1037


What is the fundamental idea of oop?

1085


when to use 'mutable' keyword and when to use 'const cast' in c++

2113


What is destructor oops?

1038


What are the 3 pillars of oop?

1101


can inline function declare in private part of class?

4306


Can you inherit a private class?

1061


What is object-oriented programming? Webopedia definition

1184


What is overriding vs overloading?

1010


i=20;k=0; for(j=1;k-i;k+=j<10?4:3) { cout<

1813


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?

1866


What is the real time example of inheritance?

1082


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

2289


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?

1872


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

4084