How can we access protected and private members of a class?
No Answer is Posted For this Question
Be the First to Post Answer
Explain the difference between new() and malloc() in c++?
which operator is used for performing an exponential operation a) > b) ^ c) none
Is recursion allowed in inline functions?
How a new element can be added or pushed in a stack?
Why the usage of pointers in C++ is not recommended ?
What is public, protected, private in c++?
What is a modifier in c++?
What are move semantics?
Problem 6: Area of a trapezoid can be calculated by the following formula: A=(b1 b2)×h2 where b1 and b2 are the parallel sides or the bases and h is length of height Write a C code of this program
What is the benefit of encapsulation?
let a,b,c be three integer numbers.write a c++ program with a function void rotate 1()such that a->b->c and c->a.
What is expression parser in c++