. Write a program having a Class Mile with data member dis_mile. Another Class Kilometer with data member dis_kilo. Both classes stores distances. In main function create objects these two classes with parameterized constructors. Write down conversion function for converting Kilometer object to Mile class object
Write a program having Classes Rectangle with data members’ length and width, Square with data member side, EquilatralTraingle with data member side. All these classes are derived from class Shape. Write an independent function which will exhibit polymorphism and show the area of the object passed to the function. All data members of class are private; you can write suitable functions needed for you
What are the two extremes for technical architecture design? Which one is
better?
write pseudocode for the mainlin logic that contains the elements requaired
How do you create the pseudocode that will demonstrate how an application will write your name and surname to a text file called “students.dat”