what isthe difference between c structure and c++ class

Answer Posted / a.sivasakthi

c structure are only define the data and data types
C++ class are define the data and solve the function the
both process are solved to the c++ class

Is This Answer Correct ?    0 Yes 4 No



Post New Answer       View All Answers


Please Help Members By Posting Answers For Below Questions

What is overriding in oop?

548


Give an example where we have to specifically use C programming language and C++ programming language cannot be used?

1145


What is class and example?

567


What is the main feature of oop?

618


What is destructor give example?

598






What are the features of oop?

632


What is polymorphism what is it for and how is it used?

572


What is polymorphism in oops with example?

525


Please send ford technologies placement paper 2 my mail id

1652


How to improve object oriented design skills?

568


any one please tell me the purpose of operator overloading

1963


What is difference between oop and pop?

611


Why is abstraction needed?

563


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.

691


What are the three main types of variables?

600