Answer Posted / xxx
The last answer is wrong. internal and Protected Internal
not there in C++. Answer is relevant to C# not C++.
| Is This Answer Correct ? | 4 Yes | 1 No |
Post New Answer View All Answers
What is polymorphism programming?
What does and I oop and sksksk mean?
what's the basic's in dot net
What are different oops concepts?
Write a C++ program without using any loop (if, for, while etc) to print prime numbers from 1 to 100 and 100 to 1 (Do not use 200 print statements!!!)
What is inheritance in oop?
Why is abstraction used?
What is class and object with example?
Give two or more real cenario of virtual function and vertual object
What is abstraction encapsulation?
Why do we use polymorphism?
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 is difference between multiple inheritance and multilevel inheritance?
What is polymorphism explain?
write knight tour problem which is present in datastructure