Golgappa.net | Golgappa.org | BagIndia.net | BodyIndia.Com | CabIndia.net | CarsBikes.net | CarsBikes.org | CashIndia.net | ConsumerIndia.net | CookingIndia.net | DataIndia.net | DealIndia.net | EmailIndia.net | FirstTablet.com | FirstTourist.com | ForsaleIndia.net | IndiaBody.Com | IndiaCab.net | IndiaCash.net | IndiaModel.net | KidForum.net | OfficeIndia.net | PaysIndia.com | RestaurantIndia.net | RestaurantsIndia.net | SaleForum.net | SellForum.net | SoldIndia.com | StarIndia.net | TomatoCab.com | TomatoCabs.com | TownIndia.com
Interested to Buy Any Domain ? << Click Here >> for more details...

pynux


{ City } chennai
< Country > india
* Profession * -
User No # 125197
Total Questions Posted # 156
Total Answers Posted # 155

Total Answers Posted for My Questions # 114
Total Views for My Questions # 160463

Users Marked my Answers as Correct # 7
Users Marked my Answers as Wrong # 10
Questions / { pynux }
Questions Answers Category Views Company eMail

Tell me about virtual function

1 C++ 1107

Can we call C++ OOPS? and Why

C++ 612

Can we provide one default constructor for our class?

C++ 634

How to input string in C++

C++ 811

If class D is derived from a base class B

C++ 729

Define an Abstract class in C++?

C++ 903

How to reverse a string in C++

C++ 747

How to convert integer to string in C++

C++ 837

How to run C++ program in cmd

C++ 787

What is bool in C++

C++ 751

How to generate random numbers in C++ with a range?

C++ 871

Consider the following C++ program

C++ 701

Is deconstructor overloading possible? If yes then explain and if no Then why?

1 C++ 1138

What is the difference between virtual functions and pure virtual functions?

1 C++ 1291

Can we call a virtual function from a constructor?

1 C++ 1232


 [1]   2   3   4   5   6   7   8   9   10   11    Next



Answers / { pynux }

Question { Siemens, 12931 }

What is an abstract class?


Answer

An abstract class is a template definition of methods and variables of a class (category of objects) that contains one or more abstracted methods. ... Declaring a class as abstract means that it cannot be directly instantiated, which means that an object cannot be created from it.

Is This Answer Correct ?    0 Yes 0 No

Question { MCN Solutions, 42420 }

what is difference between c and C#


Answer

C is the foundational, procedural programming language introduced earlier for system applications and low-level programs. C++ is an Object-oriented programming language with features same as C and additional features like Encapsulation, Inheritance, etc for complex application development.

Is This Answer Correct ?    0 Yes 0 No


Question { 7604 }

what is the difference between c and c++


Answer

The foundational, procedural programming language introduced earlier for system applications and low-level programs. C++ is an Object-oriented programming language with features same as C and additional features like Encapsulation, Inheritance, etc for complex application development.

Is This Answer Correct ?    0 Yes 0 No

Question { 7561 }

what is the difference between #include<> and #include”…”?


Answer

For #include "" a compiler normally searches the folder of the file which contains that include and then the other folders. For #include <> the compiler does not search the current file's folder.

Is This Answer Correct ?    0 Yes 0 No

Question { IBS, 1714 }

What Is Polymorphism in C++ ?


Answer

Polymorphism in C++ means, the same entity (function or object) behaves differently in different scenarios. Consider this example: The “ +” operator in c++ can perform two specific functions at two different scenarios i.e when the “+” operator is used in numbers, it performs addition.

Is This Answer Correct ?    0 Yes 0 No

Question { 1259 }

What is progressive enhancement?


Answer

Progressive enhancement is a design philosophy that provides a baseline of essential content and functionality to as many users as possible, while delivering the best possible experience only to users of the most modern browsers that can run all the required code.

Is This Answer Correct ?    0 Yes 0 No

Question { 1209 }

How CSS style overriding works?


Answer

Any inline stylesheet takes the highest priority. ...
Any rule defined in