Answer Posted / narender vadhava
in c we can use if statements only for 16times but in c++ ,
we can use if for 256 times.
in c it's difficult to solve complex no but in c++ we can
solve easily by using classes.
c follows down to up approach to complie a program but
c++ follow up to down approach.
in c++ we can add variables any where within the program
but in c data type are declared only on the starting of the
function or the main program.
| Is This Answer Correct ? | 41 Yes | 20 No |
Post New Answer View All Answers
What is polymorphism in oops with example?
What is encapsulation oop?
What is destructor give example?
Write a c++ program to display pass and fail for three student using static member function
What is difference between polymorphism and inheritance?
What are the 4 main oop principles?
What is difference between multiple inheritance and multilevel inheritance?
What is coupling in oops?
What is destructor 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
They started with the brief introduction followed by few basic C++ questions on polumorphism, inheritance and then virtual functions. What is polymorphims? How you will access polymorphic functions in C? How virtual function mechanism works?
What are the features of oop?
What are oops functions?
how to get the oracle certification? send me the answer
Can a destructor be called directly?