0
Object oriented programming
what is the role of Dot . in object oriented programming
6 Respostas
+ 5
i am a student.. welcome ☺
+ 9
The . (dot) operator and the -> (arrow) operator are used to reference individual members of classes, structures, and unions. The dot operator is applied to the actual object. The arrow operator is used with a pointer to an object.
+ 5
i think not or i don't know about that..
perhaps you can read about it from here>>>http://open-std.org/JTC1/SC22/WG21/docs/papers/2017/p0700r0.pdf
+ 1
thanks sir
+ 1
☺️☺️
0
is there any alternate for Dot ??