What is a scope operator and tell me its functionality?
Answers were Sorted based on User's Feedback
Answer / maya
Operator : :
It used to initalize the static variable out of the class.
Used for global initalization for variables.
Is This Answer Correct ? | 7 Yes | 0 No |
Answer / d.raji
scope operator is used to access the uotline function in
c++.
Is This Answer Correct ? | 0 Yes | 1 No |
can we make game by using c
WILL I GET A guaranteed JOB AFTER DOING bsc()IT) and GNIIT from an NIIT CENTRE??
21 Answers Biocon, MIT, NIIT,
what is namespace? what are the uses of namespace?
What do you mean by public, private, protected and friendly?
Child cObj = new Parent() Wahts the output ?
Have you ever used threads?
how to swap to variables without using thrid variable in java?
Question: Implement a base class Appointment and derived classes Onetime, Daily, Weekly, and Monthly. An appointment has a description (for example, “see the dentist”) and a date and time. Write a virtual function occurs_on(int year, int month, int day) that checks whether the appointment occurs on that date. For example, for a monthly appointment, you must check whether the day of the month matches. Then fill a vector of Appointment* with a mixture of appointments. Have the user enter a date and print out all appointments that happen on that date.
Get me an image implementation program.
What is the difference between an object and a class?
class type to basic type conversion
JAVA is FULLY OBJECT ORIENTED PROGRAMING LANGUAGE?