when to use 'mutable' keyword and when to use 'const cast'
in c++
No Answer is Posted For this Question
Be the First to Post Answer
What is the outcome of the line of code "cout<<abs(- 16.5);"? 1) 16 2) 17 3) 16.5
which structured data type is not used in c++? 1.union 2.structure 3.string 4.boolean
Explain virtual inheritance?
What is Hashing and how is it done? Pictorial form?
Is react oop?
Describe what an Interface is and how it?s different from a Class.
What is the significance of classes in oop?
define oops concept with example
Child cObj = new Parent() Wahts the output ?
what is use to destroy an object? illustrate.
what is the difference between a package and a software?
WHY FUCTION OVERLOADING DOSENOT RETURN A RETEN TYPE