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

Explain the ISA and HASA class relationships. How would you
implement each in a class design?

Answer Posted / guest

A specialized class "is" a specialization of another class
and, therefore, has the ISA relationship with the other
class.
This relationship is best implemented by embedding an
object of the Salary class in the Employee class.

Is This Answer Correct ?    9 Yes 13 No



Post New Answer       View All Answers


Please Help Members By Posting Answers For Below Questions

What information can an exception contain?

1203


What are pointers, when declared, intialized to a) NULL b) Newly allocated memory c) Nothing. Its random

1188


How do you initialize a string in c++?

1047


Do you know about latest advancements in C++ ?

1335


What is a character in c++?

1087


I want explanation for this assignment: how to connect mysql database using c/c++,please explain this detailly?

2113


What are mutator methods in c++?

1196


what kind of projects are suitable for c and c++

1087


Explain the differences between private, public and protected and give examples.

1067


Can I learn c++ as my first language?

1154


What is the difference between multiple and multilevel inheritance in c++?

1178


Does c++ have foreach?

1126


When should overload new operator on a global basis or a class basis?

1130


What is abstraction in c++ with example?

1203


What do you understand by pure virtual function? Write about its use?

1044