What do you mean by public, private, protected and friendly?
Answer Posted / kumar vishal
this is access specifier which is used with member data and
member function inside a class.
| Is This Answer Correct ? | 6 Yes | 3 No |
Post New Answer View All Answers
What is coupling in oops?
Question: Write a program that prints a paycheck. Ask the program user for the name of the employee, the hourly rate, and the number of hours worked. If the number of hours exceeds 40, the employee is paid “time and a half”, that is, 150 percent of the hourly rate on the hours exceeding 40. Be sure to use stepwi se refine ment and break your solution into several functions. Use the int_name function to print the dollar amount of the check.
What are the features of oop?
when to use 'mutable' keyword and when to use 'const cast' in c++
Why is polymorphism important in oop?
hi, this is raju,iam studying b.tech 2nd year,iam want know about group1 and group2 details, and we can studying without going to any instutions? please help me.
What is the benefit of oop?
What is the oops and benefits of oops programming?
What is abstraction in oop with example?
hi all..i want to know oops concepts clearly can any1 explain??
Why do we use class?
What is meant by multiple inheritance?
What is oops?what is its use in software engineering?
Templates mean
Can enum be null?