0 votes
in JAVA by
Select the best from following can be used to create an abstract class in the C++ programming language?

(i) By using the pure virtual function in the class

(ii) By declaring a virtual function in the base class

(iii) By declaring the virtual keyword afterward, the class Declaration

(iv) None of the above

1 Answer

0 votes
by

(i) By using the pure virtual function in the class

Related questions

0 votes
asked Apr 30, 2021 in JAVA by rajeshsharma
0 votes
asked Jan 24, 2021 in JAVA by rajeshsharma
...