What is destructor example?
No Answer is Posted For this Question
Be the First to Post Answer
how many types of notations are in java
1 Answers National University of Modern Languages (NUML),
char* ptr = "Rahul"; *ptr++; printf("%s",ptr); What will be the output
What do you mean by inheritance?
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.
write a program for function overloading?
14 Answers HCL, InfoCity, TATA,
What is an interface in oop?
design class for linked list and include constructor,destructor,insert option. struct node { int node; struct node &ptr; }
why we call c++ is object oriented lanaguage
c++ provides classes...and classes do what we want but why then strcut are used...if we say data hiding... it is also provided by c++ in structs then why to prefer clasess
Write an operator overloading program to write S3+=S2.
What is the example of polymorphism?
what is function over loading?