What is the difference between pass by reference and pass by
value?
Answer Posted / simran
the argument passed by refrence must be a veriable.but in
passed by value may be a constant, averiable.
| Is This Answer Correct ? | 6 Yes | 10 No |
Post New Answer View All Answers
What is abstraction oop?
what is graphics
What is oops concept with example?
What is difference between abstraction and encapsulation?
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.
What do you mean by overloading?
Plese get me a perfect C++ program for railway/airway reservation with all details.
Templates mean
How to improve object oriented design skills?
What is methods in oop?
What is inheritance and how many types of inheritance?
What is the oops and benefits of oops programming?
IS IT NECESSARY TO INITIALIZE VARIABLE? WHAT IF THE INSTANCE VARIABLE IS DECLARED final ? IS IT NECESSARY TO INITIALIZE THE final VARIABLE AT THE TIME OF THEIR DECLARATION?
Give an example where we have to specifically use C programming language and C++ programming language cannot be used?
write knight tour problem which is present in datastructure