MCQ Test
Previous Year Papers
Practice Questions
Video Courses
About
MCQ Test
Previous Year Papers
Practice Questions
Video Courses
About
Home
Practice
C++ using OBJECT ORIENTED PROGRAMMING
INHERITANCE
Problem #893
Problem #893
C++ using OBJECT ORIENTED PROGRAMMING
Write a C++ program to create a class called Animal with a method called makeSound(). Create a derived class called Cat that overrides the makeSound() method to bark.
Your Solution
Submit Solution
Reset