Write C Program Create Class Phone Consists Private Properties Brand Char Array Country Or Q43854627
Write a C program that create a class of phone,consists of the private properties brand (char array) and countryof origin, create another class of cellphone consist of the privateproperties model, year of production and capacity, use overload toaccess both classes, each class should have a default constructor,a constructor and a destroyer, use a friend function to print thedetails of the phone with larger capacity.
A C program please not C++
Thanks
Expert Answer
Answer to Write a C program that create a class of phone, consists of the private properties brand (char array) and country of ori…
OR