0 votes
in JAVA by
How can one implement the compile-time Polymorphism in the C++ programming language?

(i) By using the Template

(ii) By using the concepts of inheritance

(iii) By using both the virtual functions and inheritance

(iv) By using only the virtual functions

1 Answer

0 votes
by

(i) By using the Template

Related questions

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