Answer Posted /

Is This Answer Correct ?    Yes No



Post New Answer       View All Answers


Please Help Members By Posting Answers For Below Questions

What are the differences between Caching and Persistence method in Apache Spark?

217


What we do in business blue print stage?

28


Hi can any one help me what are the prerequisites to billed before forecasting in SAP APO DP.............like blue sheet kindly help me the steps............

1623


Implement a 2 I/P and gate using Tran gates?

3507


Is ios written in swift?

448






Tell me what is the difference between xrange and range?

422


What is binding in angular?

395


Described about disco?

332


Can a class extend 2 classes in java?

548


You have been given the data on Facebook user's friending or defriending each other. How will you determine whether a given pair of Facebook users are friends or not?

119


What is node.js? Where can you use it?

236


What is a nav menu?

117


May I know something about any of your projects?

676


How will you define NPA? Are there any ways to reduce NPAs in the banks?

615


What output does the following code generate? Why? What output does it generate if you make A::Foo() a pure virtual function? class A { A() { this->Foo(); } virtual void Foo() { cout << "A::Foo()" << endl; } }; class B : public A { B() { this->Foo(); } virtual void Foo() { cout << "A::Foo()" << endl; } }; int main(int, char**) { A objectA; B objectB; return 0; }

630