11-Abstract method should be overriden
2 -Final method can't be overriden
32-Abstract method can be inherited
4 -Final can't be inherited
53-Abstract can be w/o implementation
6 -Final must have implemetation
74-Abstract we can't create objects
8 -Final we can create objects(string)
95-Abstract can't be instantiated
10 -Final can be instantiated