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


function overridind means and simple program

Answers were Sorted based on User's Feedback



function overridind means and simple program..

Answer / rekha

many times child class wants to modify the functionality
exposed by base class.It means child classesare interested
in overriding some functionality of base class in order to
achieve different behavior

function overriding means having functions with same name
with same signature but in parent child relationship different
implementation

Is This Answer Correct ?    2 Yes 1 No

function overridind means and simple program..

Answer / preetha

the function overloading is the technique in which you can make the function with more than one name but only if you will change the paramaters or the number of the paramaters.

Is This Answer Correct ?    1 Yes 0 No

Post New Answer

More OOPS Interview Questions

#include <iostream> using namespace std; int main() { int a = 2; int c[5][5]; for (int x=0;x<5;x++) { for (int y=0;y<5;y++) { c[x][y] = x*y; } } cout << c[a][c[1][4]]; }

2 Answers   TCS, Wipro,


What do you mean by overloading?

0 Answers  


2. Give the different notations for the class.\

0 Answers  


c++ program to swap the objects of two different classes

0 Answers  


What are the 3 pillars of oop?

0 Answers  


Why do we use encapsulation in oops?

0 Answers  


What is Hashing and how is it done? Pictorial form?

2 Answers   emc2, Wipro,


what is the sylabus for priliminaries?

0 Answers  


Out of 4 concepts, which 3 C++ Follow?

1 Answers   TCS,


What is difference between data abstraction and encapsulation?

0 Answers  


write a short note on Overloading of Binary Operator?

2 Answers  


What causes polymorphism?

0 Answers  


Categories