MCQOPTIONS
Bookmark
Saved Bookmarks
→
Technical MCQs
→
2D Transformation And Answers
→
Which of the following operators cannot be overloa...
1.
Which of the following operators cannot be overloaded ?
A.
Static function
B.
Virtual function
C.
Const function
D.
Operator function
Answer» E.
Show Answer
Discussion
No Comment Found
Post Comment
Related MCQs
How many loops are there in C++ 98?
Which of the following operators cannot be overloaded ?
Reusability is a desirable feature of a language as it
#include <iostream>using namespace std;class course{ char name[10]; public : void lfc() { cout<< name; }}; 15.A private function of a derived class can be accessed by the parent class.
#include <iostream>using namespace std;class course{ int member; public : int* lfc() { return & member; }};main(){course s;int *ptr=s.lfc();return 0;} 13.In a class, encapsulating an object of another class is called
Reply to Comment
×
Name
*
Email
*
Comment
*
Submit Reply
Your experience on this site will be improved by allowing cookies. Read
Cookie Policy
Reject
Allow cookies