Answer Posted / rajakumar chirra
c language:
c language is the procedure oriented programming
language,then this is comparison of c++, c language is the
olgder version.C can have the some technical features.c
language can check the errors in line line process i.e.
called compiler language.
c++::
c++ is the object oriented programming language,
comparison of c language c++ is the advanced language. c++
can check the errors only one time of the entire program
i.e. called the interpreter.
| Is This Answer Correct ? | 0 Yes | 1 No |
Post New Answer View All Answers
What is inheritance in simple words?
What is constructor overloading in oop?
Where You Can Use Interface in your Project
What is a class and object?
What are the two different types of polymorphism?
is there any choice in opting subjects like 4 out of 7
Can we create object of interface?
How can you overcome the diamond problem in 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.
Whats oop mean?
What is oops?what is its use in software engineering?
How is class defined?
Who invented oop?
i am getting an of the type can not convert int to int *. to overcome this problem what we should do?
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?