Object oriented programming | Sololearn: Learn to code for FREE!
New course! Every coder should learn Generative AI!
Try a free lesson
0

Object oriented programming

what is the role of Dot . in object oriented programming

9th Jun 2018, 6:12 PM
Praful Kumar
Praful Kumar - avatar
6 Answers
+ 5
i am a student.. welcome ☺
9th Jun 2018, 8:19 PM
Scooby
Scooby - avatar
+ 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.
9th Jun 2018, 6:14 PM
Scooby
Scooby - avatar
+ 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
9th Jun 2018, 6:22 PM
Scooby
Scooby - avatar
+ 1
thanks sir
9th Jun 2018, 6:44 PM
Praful Kumar
Praful Kumar - avatar
+ 1
☺️☺️
9th Jun 2018, 9:52 PM
Praful Kumar
Praful Kumar - avatar
0
is there any alternate for Dot ??
9th Jun 2018, 6:15 PM
Praful Kumar
Praful Kumar - avatar