CSE JRF CLASSES
- Protected members are similar to private numbers but inheritable.
- Public members are accessible throughout the program.
- Private members are accessible only within the class.
- Friend function grants access to the private members of the class to the non-member functions.
- We cannot alter the precedence of an operator.
- Dynamic binding facilities more flexible and extensible software architectures.
- In Inheritance we have declare functions in such a way that they differ either in terms of the number of parameters or in terms of the type of parameters they take.