What does accessing a class via :: means?



What does accessing a class via :: means?..

Answer / p

In CPP, "::" using this symbol we can access methods of another class. and define method definition outside the class.

Is This Answer Correct ?    0 Yes 0 No

Post New Answer

More PHP Interview Questions

Explain me what are the differences between mysql_fetch_array(), mysql_fetch_object(), mysql_fetch_row()?

0 Answers  


what do you mean by webserver's document root?

3 Answers  


What is the substitution of submit in PHP?

6 Answers   RedAlkemi,


What does the arrow mean in php?

0 Answers  


How long does a session last in php?

0 Answers  






how to count how many sundays in month?

6 Answers   Photon, SR, TCS,


what is the dirrence in PHP4 & PHP5 . ?

8 Answers  


How do I know my xampp version?

0 Answers  


What are the four scalar types of php?

0 Answers  


Why should I learn php?

0 Answers  


What the difference between the 'bitwise and' operator and the 'logical and' operator?

0 Answers  


can we swap two different string using php for example:-- before swapping:-- 1 string :-hello friend, 2 string :-my dear, after swapping that strings will be: 1.hello dear, 2.my friend.

0 Answers  


Categories