what is the main difference between c and c++?
Answer Posted / rohit singh
c++ is advance version of c.
In c security is less as compare of c++
In c progarm is difficult as compare to c++.
| Is This Answer Correct ? | 2 Yes | 3 No |
Post New Answer View All Answers
What is oops with example?
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 static modifier?
What are classes oop?
officer say me - i am offered to a smoking , then what can you say
What is inheritance write a program to show use of inheritance?
Why do we use class?
String = "C++ is an object oriented programming language.An imp feature of oops is classes and objects".Write a pgm to count the repeated words from this scenario?
What are the features of oop?
What are the important components of cohesion?
Are polymorphisms mutations?
class CTest { public: void someMethod() { int nCount = 0; cout << "This is some method --> " << nCount; } }; int main() { CTest *pctest; pctest->someMethod(); return 0; } It will executes the someMethod() and displays the value too. how is it possible with our creating memory for the class . i think iam not creating object for the class. Thanks in Advance... Prakash
#include
What are the types of abstraction?
can we make game by using c