in Education by
1. #include<iostream 2 using namespace std; 3 4 class parent 5 { public: 7 1/virtual void test() = 0; //statement 1 8) : 10 class child: public parent 11 { public: 12 //void test() { cout << “Hello all!”; } listatement 2 13 ): 15 int main(void) 16 //parent p; // statement 3 1/p.test(); //statement 4 19 //child c; //statement 5 20 //c.test(): //statement 6 21 return 0; 22 ) Select the correct answer from above options

1 Answer

0 votes
by
 
Best answer
Answer: jsjdkksmsmzmmzkxkxkzmxnxznznkakc

Related questions

0 votes
    What is the output of the following program? 3 . #include using namespace std; struct Time { int hours; int ... 20000 D. O 15000 Select the correct answer from above options...
asked Dec 27, 2021 in Education by JackTerrance
0 votes
    What is the output of the following program? 3 . #include using namespace std; struct Time { int hours; int ... 20000 D. O 15000 Select the correct answer from above options...
asked Dec 26, 2021 in Education by JackTerrance
0 votes
    std-vil Answeis: D 20 Let x=x+1 Preint x, If 2625 if 1 < 5 True XX 23xl then go to 20 12 5...
asked Dec 6, 2021 in Education by JackTerrance
0 votes
    std-vil Answeis: D 20 Let x=x+1 Preint x, If 2625 if 1 < 5 True XX 23xl then go to 20 12 5...
asked Dec 5, 2021 in Education by JackTerrance
0 votes
    std-vil Answeis: D 20 Let x=x+1 Preint x, If 2625 if 1 < 5 True XX 23xl then go to 20 12 5...
asked Nov 26, 2021 in Education by JackTerrance
0 votes
    2 6 10 14 18 22 26 30 34 42 46 50 54 58 या च्या तुन तीन संख्या घेऊन उत्तर 60 आले पाहिजेत Select the correct answer from above options...
asked Dec 25, 2021 in Education by JackTerrance
0 votes
    The value of a is 34 and the value of b is 79. Write a JAVA program to interchange the value of a and b ... After interchange a=79 b=34 Select the correct answer from above options...
asked Dec 21, 2021 in Education by JackTerrance
0 votes
    class Modulus { public static void main(String args[]) { double a = 25.64; int b = 25; a = a % 10; b = b % 10; ... (a + + b); } } Select the correct answer from above options...
asked Dec 19, 2021 in Education by JackTerrance
0 votes
    class year { public static void main() { int a=2000; if( a%4 == 0 && a%100 != 0); { System.out.println ... this it is showing 2 errors Select the correct answer from above options...
asked Dec 9, 2021 in Education by JackTerrance
0 votes
    15. #include #define foo(m, n) m + n int main() { int a = foo(5,13); printf(“%d”, a); Select the correct answer from above options...
asked Dec 30, 2021 in Education by JackTerrance
0 votes
    - What will be the output of the following C code? #include int main() { int i = 97, *p=&i; foo( ... (D) Segmentation fault/code crash Select the correct answer from above options...
asked Dec 24, 2021 in Education by JackTerrance
0 votes
    Q.32 :-What will the SWAP macro in the following program be expanded to on preprocessing? will the code compile? ... y); return 0; Select the correct answer from above options...
asked Nov 30, 2021 in Education by JackTerrance
0 votes
    Std 9th The first generation computers used to shutdown because of ___________ . please answer quickly Select the correct answer from above options...
asked Dec 31, 2021 in Education by JackTerrance
0 votes
    Which Public Policy aims to electrify rural India? Select the correct answer from above options...
asked Aug 3, 2022 in Education by JackTerrance
...