Answer Posted / sheena_smart
c++ is completely object orientedlanguage. Its major
concepts like data hiding, encapsukation and polymorphism
are very effective... hence v use c++....
| Is This Answer Correct ? | 6 Yes | 9 No |
Post New Answer View All Answers
Mention the ways in which parameterized can be invoked.
What things would you remember while making an interface?
Incase of a function declaration, what is extern means?
Is it possible for a member function to delete the pointer, named this?
What is the difference between an external iterator and an internal iterator?
Explain the scope of resolution operator.
Write a recursive program to calculate factorial in c++.
Which programming language should I learn first?
Is java made in c++?
How can we check whether the contents of two structure variables are same or not?
Is it legal in c++ to overload operator++ so that it decrements a value in your class?
How does class accomplish data hiding in c++?
Reverse the Linked List. Input: 1->2->3->4->5->NULL Output: 5->4->3->2->1->NULL
What is the main purpose of overloading operators?
Write a C++ Program to check whether a number is prime number or not?