Create a class Shape. Create two functions of the class as Area and Perimeter. Find the area and perimeter of various shapes like square, rectangle and circle.
Can we use private members of base class which is stored in public member of same class in the derived class as you done in this tutorial using sub1,sub2,sub3 which is stored in public member total and then access this total in derived class?Cann't we use here access specifier protected?
Inheritance what ?
2082 visits
Outline:Inheritance -ইনহেরিটেন্স -sub ক্লাস এবং super ক্লাসের ধারণা -Inheritance এর ধরন -সিঙ্গল লেভেল ইনহেরিটেন্স -মাল্টি লেভেল ইনহেরিটেন্স
Inheritance -ইনহেরিটেন্স -sub ক্লাস এবং super ক্লাসের ধারণা -Inheritance এর ধরন -সিঙ্গল লেভেল ইনহেরিটেন্স -মাল্টি লেভেল ইনহেরিটেন্স
Show video info
Pre-requisite