Whatis the difference between oop and object based language
Answer Posted / anand
in object base class we dont ve inheritance property
| Is This Answer Correct ? | 3 Yes | 0 No |
Post New Answer View All Answers
What are the types of abstraction?
what is the drawback of classical methods in oops?
Write a program to reverse a string using recursive function?
Why do pointers exist?
This program numbers the lines found in a text file. Write a program that reads text from a file and outputs each line preceded by a line number. Print the line number right-adjusted in a field of 3 spaces. Follow the line number with a colon, then one space, then the text of the line. You should get a character at a time and write code to ignore leading blanks on each line. You may assume that the lines are short enough to fit within a line on the screen. Otherwise, allow default printer or screen output behavior if the line is too long (i.e., wrap or truncate). A somewhat harder version determines the number of spaces needed in the field for the line numbers by counting lines before processing the lines of the file. This version of the program should insert a new line after the last complete word that will fit within a 72-character line.
What is constructor in oop?
What is polymorphism explain?
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 is class in oop with example?
what are the realtime excercises in C++?
i am getting an of the type can not convert int to int *. to overcome this problem what we should do?
What are the advantages of polymorphism?
How oops is better than procedural?
What is encapsulation in simple terms?
What does <> mean pseudocode?