edited by
8,628 views

1 Answer

Best answer
7 votes
7 votes

Answer is c)

A pure virtual function or abstract function in C++ is a virtual function for which we don’t have any implementation, we can only declare it......

A pure virtual function is implemented by classes which are derived from a abstract class...

Ref: https://msdn.microsoft.com/en-us/library/c8whxhf1.aspx

selected by
Answer:

Related questions

2 votes
2 votes
2 answers
1
go_editor asked Jun 13, 2016
4,358 views
In C, what is the effect of a negative number in a field width specifier?the values are displayed right justifiedthe values are displayed centeredthe values are displayed...
5 votes
5 votes
3 answers
2
go_editor asked Jun 13, 2016
2,657 views
A Steiner patch isBiquadratic Bezeir patchBicubic patchCircular patch onlyBilinear Bezier patch
6 votes
6 votes
3 answers
3
go_editor asked Jun 12, 2016
5,365 views
The device which is used to connect a peripheral to bus is known ascontrol registerinterfacecommunication protocolnone of these
5 votes
5 votes
2 answers
4
go_editor asked Jun 12, 2016
3,932 views
Consider the following Assembly language programMVIA30 HACI30 HXRAAPOPHAfter the execution of the above program, the contents of the accumulator will be$\textsf{30 H}$$\t...