Home
Verify
About Us
Contact Us
Courses
_Introduction to Cybersecurity
_What is GitHub?
Home
C++ MQCs with Explanation (CHAPTER : POINTERS, VIRTUAL FUNCTIONS AND POLYMORPHISM )
C++ MQCs with Explanation (CHAPTER : POINTERS, VIRTUAL FUNCTIONS AND POLYMORPHISM )
If x is a private data member of a class, then it is legal to assign a value to x inside a member function using
x = 100;
this ->x = 100;
(*this).x = 100;
all the above
Answer
:
Option d: all the above
Explanation Here
Post a Comment
0 Comments
Table of Contents
Most Popular
Community Service Project Record Book - APSCHE
June 12, 2023
Fundamentals of Computer > Computer Terms
January 29, 2023
Principles of Management | Henry Fayol's 14 Principles of Management
June 20, 2023
Contact form
0 Comments