Answer Posted / iravi
by using c++,we can increase security level and increase the access option by using class, access specifiers like private,protected and public,and this is object oriented programming system so its a real time programming system.
| Is This Answer Correct ? | 8 Yes | 1 No |
Post New Answer View All Answers
What is the difference between abstraction and polymorphism?
What are the 3 pillars of oop?
what is graphics
What is abstraction in oops?
What is for loop and its syntax?
write a program to enter a string like"sunil is a good boy and seeking for a job" not more than 10 characters including space in one line,rest characters should b in other line.if the next line starts from in between the previous word,then print whole word to next line.
What are two types of polymorphism?
What is polymorphism explain its types?
what is the drawback of classical methods in oops?
Write a program to reverse a string using recursive function?
Can we have inheritance without polymorphism?
What is abstraction in oop?
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?
Why multiple inheritance is not allowed?
if i have same function with same number of argument but defined in different files. Now i am adding these two files in a third file and calling this function . which will get called and wht decide the precedence?