Answer Posted / r.ramakrishna
Defining the variables in the class of a method after the
method will executed.
Is This Answer Correct ? | 5 Yes | 0 No |
Post New Answer View All Answers
What is abstraction oop?
Why is it so that we can have virtual constructors but we cannot have virtual destructors?
Why oops is important?
Write A Program to find the ambiguities in Multiple Inheritance? How are they resolved.(Virtual Functions)
What is purpose of inheritance?
What is for loop and its syntax?
#include
What is the use of oops?
What is debug class?what is trace class? What differences are between them? With examples.
What is encapsulation with real life example?
i=20;k=0;
for(j=1;k-i;k+=j<10?4:3)
{
cout<
What are functions in oop?
How to hide the base class functionality in Inheritance?
What is abstraction in oop with example?
Can static class have constructor?