Question: Find error in the following code fragment class class1 { public: virtual void method1()= 0; {} }; class class2: public class1 { public: Method2()
Find error in the following code fragment class class1 { public: virtual void method1()= 0; {} }; class class2: public class1 { public: Method2() { cout
Step by Step Solution
There are 3 Steps involved in it
The image presents a code snippet with a few errors Ill go through each of these issues one by one 1 ... View full answer
Get step-by-step solutions from verified subject matter experts
