Q:

Which among the following can be a concept against encapsulation rules?

0

Which among the following can be a concept against encapsulation rules?


  1. Using function pointers
  2. Using char* string pointer to be passed to non-member function
  3. Using object array
  4. Using any kind of pointer/array address in passing to another function

All Answers

need an explanation for this answer? contact us directly to get an explanation for this answer

 (d).Using any kind of pointer/array address in passing to another function

need an explanation for this answer? contact us directly to get an explanation for this answer

total answers (1)

OBJECT ORIENTED PROGRAMMING OOPS CONCEPT AND FEATURES MCQ

This question belongs to these collections

Similar questions


need a help?


find thousands of online teachers now
Consider the following code and select the correct... >>
<< Which among the following would destroy the encaps...