Q. How is a pure virtual function defined in C++?

C++ में शुद्ध वर्चुअल फ़ंक्शन को कैसे परिभाषित किया जाता है?

A
virtual void function() = 0;
B
void function() = 0;
C
virtual function() = 0;
D
void function() pure;

Explanation

Explanation will be available soon. Please stay tuned.

व्याख्या जल्द ही उपलब्ध होगी। कृपया बने रहें।

Invest in Future Achievers

Your support helps keep Exam Achiever 100% free for students preparing for exams.

Thanks for your support!

Comments

Leave a Comment