The dot operator | Sololearn: Learn to code for FREE!
Nouvelle formation ! Tous les codeurs devraient apprendre l'IA générative !
Essayez une leçon gratuite
0

The dot operator

In C++, when we write "a.getinfo();"........ What exactly does the compiler do??

19th Apr 2019, 1:57 PM
Zek Furtado
Zek Furtado - avatar
1 Réponse
+ 1
Giving more information like what language and what's a may help.. But supposedly it's java and a is an instance of java.security.provider.. then it gets and returns a description of the provider and its services.
19th Apr 2019, 2:15 PM
Mia380
Mia380 - avatar