what is the size of an empty class
Answers were Sorted based on User's Feedback
Answer / rams
no spece because that is empty that's why garbage collector
will catch
| Is This Answer Correct ? | 5 Yes | 12 No |
What is the advantage of oop over procedural language?
What is abstraction with example?
c++ is a purely oop concept?
advantage and disadvantage in c++>>oops and what are the questions ask for interview in c++>>oops. could you tell me or reply me
What is difference between oop and pop?
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.
The company is a fake company asking for money of RS10000 while training and not offering a job after training. My humble request to you people not to attend Astersys interview
why to use template classes in c++?
Iam doing my project on instant messaging , if you any new ideas regarding this project ,please suggest it?
Is html an oop?
Why interface is used?
C#.net Interview Question A=10 B=5 C=A+B Print C The above will be given in a multiline textbox. You need to parse the above input, store values for A,B&c. And you have to display the value of C.