How do you define social class?
No Answer is Posted For this Question
Be the First to Post Answer
Why is oop useful?
How to execute business logic for only once ..?even though user clicks submit button multiple times by mistake..? (i disabled JavaScript)
What do you mean by public, private, protected and friendly?
Why is polymorphism needed?
What is the use of oops?
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(); }
What are the advantages of polymorphism?
What is multiple inheritance? Give Example
i=20;k=0; for(j=1;k-i;k+=j<10?4:3) { cout<<k; } //please comment on the output
What do we mean by a hidden argument in a function?
What are virtual classes?
WHEN A COPY CONSTER IS CALL ?