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 ? | 1 Yes | 0 No |
How is it possible to parse a configuration file?
How can we know the count/number of elements of an array?
What is the use of header() function in PHP? What the Limitation of HEADER()?
Is null empty php?
Who is the father of php and what is the current version of php and mysql?
How to remove a file?
What and How possible injection in PHP and mysql?
What is php session id?
What is the delimiter default in PHP?
Tell me what are the functions to be used to get the image's properties (size, width and height)?
Write a query to to delete duplicate rows?
What is return in php function?