State what is encapsulation and friend function?
No Answer is Posted For this Question
Be the First to Post Answer
How do you achieve runtime polymorphism?
WILL I GET A guaranteed JOB AFTER DOING bsc()IT) and GNIIT from an NIIT CENTRE??
21 Answers Biocon, MIT, NIIT,
How to handle exception in c++, For example in a functions i am assigning memory to some variables and also in next instructions in am dividing one variable also. If this functions generates a error while allocating memory to those variable and also while dividing the variable if i divide by zero then catch block how it will identify that this error has cone from perticular instruction
Why is encapsulation used?
difference between class and object
10 Answers Chandan, IBM, Magic Soft,
Have you ever interfaced with a database?
What is a class and object?
What is the difference between a mixin and inheritance?
What does and I oop mean in text?
What are the features of oop?
what is the difference between class and object?
What is Difference Between Inheritance and creating object and getting data? means Class A extends B{ B.getMethod();} (OR) Class A{ b obj=new B(); obj.getMethod(); }