Answer Posted / anu.shanthi8
c is a compiler.
c++ have oops concept and improved version of c#.
c++ is interpreter .it checks code line by line.
c# does not check line by line.
Is This Answer Correct ? | 0 Yes | 4 No |
Post New Answer View All Answers
Can a destructor be called directly?
What is abstraction oop?
What are the data types in oop?
What is static modifier?
assume the program must insert 4 elements from the key board and then do the following programs.sequential search(search one of the elements),using insertion sort(sort the element) and using selection sort(sort the element).
What is inheritance in oop?
What does <> mean pseudocode?
Why is static class not inherited?
What are the benefits of polymorphism?
Why multiple inheritance is not possible?
c++ program to swap the objects of two different classes
What is destructor give example?
write a program using c++ to implement single contiguous memory mangement techniques.display the content of the main memory after yhe allocation of jobs and percentage of the wastage of the main memory
What is constructor in oop?
What is encapsulation with real life example?