What does the keyword "static" mean?

Answer Posted / anjana priyadharshini

Static:
static is one of the key word of the language c++.static means constant

Is This Answer Correct ?    1 Yes 6 No



Post New Answer       View All Answers


Please Help Members By Posting Answers For Below Questions

Why is oop useful?

610


What is the difference between static polymorphism and dynamic polymorphism?

591


What is difference between abstraction and encapsulation?

598


What does <> mean pseudocode?

632


What is use of overloading?

618






What is oops with example?

572


What are the benefits of interface?

589


What is the renewal class?

2176


What is protected in oop?

615


to find out the minimum of two integer number of two different classes using friend function

1646


i am getting an of the type can not convert int to int *. to overcome this problem what we should do?

1847


Why is polymorphism important in oop?

643


How do you explain polymorphism?

600


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.

649


What is polymorphism used for?

583