Answer Posted / karthi
the friend function access basic class variables by using
dot operators.
Is This Answer Correct ? | 7 Yes | 2 No |
Post New Answer View All Answers
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 the full form of oops?
IS IT NECESSARY TO INITIALIZE VARIABLE? WHAT IF THE INSTANCE VARIABLE IS DECLARED final ? IS IT NECESSARY TO INITIALIZE THE final VARIABLE AT THE TIME OF THEIR DECLARATION?
Can an interface inherit a class?
What is interface? When and where is it used?
What is oops and its features?
What is destructor in oop?
What are different types of JVM's? for example we use dalvik jvm for android then what about the remaining operating systems?
Give two or more real cenario of virtual function and vertual object
What are the data types in oop?
State what is encapsulation and friend function?
What is oops and why we use oops?
Why is static class not inherited?
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?
can we make game by using c