Home
Recent Q&A
Java
Cloud
JavaScript
Python
SQL
PHP
HTML
Data Science
DBMS
Devops
Hadoop
Machine Learning
Azure
Blockchain
Devops
Loan
Insurance
Ask a Question
How can one implement the compile-time Polymorphism in the C++ programming language?
Home
JAVA
How can one implement the compile-time Polymorphism in the C++...
asked
Jan 24, 2021
in
JAVA
by
rajeshsharma
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
polymorphism
inheritance
java
c
-object-oriented-language
Java-questions-answers
Please
log in
or
register
to answer this question.
1
Answer
0
votes
answered
Jan 24, 2021
by
sharadyadav1986
(i) By using the Template
Related questions
0
votes
Q: How can one implement the run-time Polymorphism in the C++ programming language?
asked
Jan 24, 2021
in
JAVA
by
rajeshsharma
polymorphism
run-time-polymorphism
c
-programming
Java-questions-answers
0
votes
Q: Can you achieve Runtime Polymorphism by data members?
asked
Apr 30, 2021
in
JAVA
by
rajeshsharma
#runtime-polymorphism
polymorphism
java
Java-questions-answers
0
votes
Q: Select the best from following statement is correct about the C++ programming language?
asked
Jan 24, 2021
in
JAVA
by
rajeshsharma
c
-programming-language
type-check
java
Java-questions-answers
0
votes
Q: Explain What is Runtime Polymorphism?
asked
Apr 30, 2021
in
JAVA
by
rajeshsharma
runtime-polymorphism
polymorphism
java
Java-questions-answers
0
votes
Q: Select the best from following statements is true about the C++ programming language?
asked
Jan 24, 2021
in
JAVA
by
rajeshsharma
c
-programming-language
Java-questions-answers
0
votes
Q: How many types of Inheritance are there in Java?
asked
Feb 9, 2021
in
JAVA
by
SakshiSharma
#java-inheritance
java
inheritance
Java-questions-answers
0
votes
Q: Define Multilevel Inheritance
asked
Feb 8, 2021
in
JAVA
by
SakshiSharma
#multilevel-inheritance
inheritance
java-inheritance
java
Java-questions-answers
0
votes
Q: Define Single Inheritance
asked
Feb 8, 2021
in
JAVA
by
SakshiSharma
single-inheritance
inheritance
java-inheritance
java
Java-questions-answers
0
votes
Q: Select the best from following is not a kind of inheritance?
asked
Jan 24, 2021
in
JAVA
by
rajeshsharma
inheritance
java
class
inheritance-level
Java-questions-answers
0
votes
Q: Select the best from following statements is correct about the friend function in C++ programming language?
asked
Jan 24, 2021
in
JAVA
by
rajeshsharma
#c
programming
class
java
Java-questions-answers
+2
votes
Q: The programming language that has the ability to create new data types is called___.
asked
Jan 20, 2021
in
C Plus Plus
by
SakshiSharma
c
-data-types
data-types
+1
vote
Q: C++ is a ___ type of language.
asked
Jan 20, 2021
in
C Plus Plus
by
SakshiSharma
c
c-language
+2
votes
Q: Select the best from following is the original creator of the C++ language?
asked
Jan 20, 2021
in
C Plus Plus
by
SakshiSharma
c
-author
0
votes
Q: What is the difference between compile-time polymorphism and runtime polymorphism?
asked
Apr 30, 2021
in
JAVA
by
rajeshsharma
#polymophism
un-time-polymorphism
Java-questions-answers
0
votes
Q: How to speed up Code executions with help of Pragma in C/C++
asked
Jun 3, 2020
in
C Plus Plus
by
GeorgeBell
c
...