Answer Posted / savitha
c++ is object oriented programming language... it has special functions such as class, polymorphism ,inheritance ,encapsulation , data abstraction...hence we can develop programs which relates to objects makes us easy to understand
| Is This Answer Correct ? | 8 Yes | 2 No |
Post New Answer View All Answers
What is the modulus operator?
How can you invoke another program from within a C program?
How can I delete a file?
What is meant by preprocessor in c?
Suppose we have a table name EMP as below. We want to perform a operation in which, I want to change name ‘SMITH’ from as ‘SMITH JAIN’. Also I want to change the name of the column from ENAME to E_NAME. EMPNO ENAME JOB MGR HIREDATE SAL 7369 SMITH Coder 7902 17-DEC-80 800 7499 ALLEN SALESMAN 7698 20-FEB-81 1600 7521 WARD SALESMAN 7698 22-FEB-81 1250
What is difference between structure and union in c?
i got 75% in all semester am i eligible for your company
How can I recover the file name given an open stream?
How can I check whether a file exists? I want to warn the user if a requested input file is missing.
What is an endless loop?
Is c++ based on c?
Tell me about low level programming languages.
What is time null in c?
Why are all header files not declared in every c program?
What is union and structure in c?