Generalization basic points
e.g Soap
Bath Soap and Washing Soap is a subclass of Soap
e.g COldDrink
Pepsi Team
-Cold Drink is a general class
-Pepsi and team are special classes
e.g Person
Teacher Student
e.g Car
Sedan Hatchback
Honda Suzuki Suzuki Toyota
civic Liana Alto vitz
....................................................\
Some Examples from Nature
e.g. Animal
Mammals Reptiles
Human Cow Snake Croc
Student Teacher Cobra Python
e.g Fruits
Mango Orange Banana Strawberry
Some Examples from Kitchen
e.g Cutlery
fork Spoon Knife
Some Examples from Library
e.g
Book
Social Science Natural Science
.................................................
Some Examples from Computer Lab
e.g Computer
Desktop Laptop
Compaq HP
e.g Printer
Laser Inkjet DotMatrix
....................................................
Some Examples from Car Parking
e.g vehicle
Car bike Van Truck
...............................................
Discriminator
- Special types based on discriminator
E.g Fruit (color)
Red Yellow Green
e.g Person (religion)
Muslims Chris Hindu Jew
Person (Designation)
law Student teacher Mula Dako thief Doctor poond
e.g Student (Cgpa)
above3 below3
e.g Student (grade)
AGrade Bgrade
e.g Person(economically)
lowerMiddle Middle UpperMiddle Upper
Types Of Generalization
- Type/Subtype Relationship
- "IS A " Relationship
- One class has many subclasses
- General class can have many Special classes as subclasses
- General names can be used to Address special names
- Top to bottom hierarchy goes towards specialization
- Bottom to top Hierarchy goes towards generalization
e.g Soap
Bath Soap and Washing Soap is a subclass of Soap
e.g COldDrink
Pepsi Team
-Cold Drink is a general class
-Pepsi and team are special classes
e.g Person
Teacher Student
e.g Car
Sedan Hatchback
Honda Suzuki Suzuki Toyota
civic Liana Alto vitz
....................................................\
Some Examples from Nature
e.g. Animal
Mammals Reptiles
Human Cow Snake Croc
Student Teacher Cobra Python
e.g Fruits
Mango Orange Banana Strawberry
Some Examples from Kitchen
e.g Cutlery
fork Spoon Knife
Some Examples from Library
e.g
Book
Social Science Natural Science
.................................................
Some Examples from Computer Lab
e.g Computer
Desktop Laptop
Compaq HP
e.g Printer
Laser Inkjet DotMatrix
....................................................
Some Examples from Car Parking
e.g vehicle
Car bike Van Truck
...............................................
Discriminator
- Special types based on discriminator
E.g Fruit (color)
Red Yellow Green
e.g Person (religion)
Muslims Chris Hindu Jew
Person (Designation)
law Student teacher Mula Dako thief Doctor poond
e.g Student (Cgpa)
above3 below3
e.g Student (grade)
AGrade Bgrade
e.g Person(economically)
lowerMiddle Middle UpperMiddle Upper
Types Of Generalization
- Inheritance
- Realization
Comments
Post a Comment