pynux


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

Total Answers Posted for My Questions # 108
Total Views for My Questions # 76448

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

Tell me about virtual function

1 C++ 532

Can we call C++ OOPS? and Why

C++ 263

Can we provide one default constructor for our class?

C++ 272

How to input string in C++

C++ 391

If class D is derived from a base class B

C++ 291

Define an Abstract class in C++?

C++ 499

How to reverse a string in C++

C++ 343

How to convert integer to string in C++

C++ 371

How to run C++ program in cmd

C++ 354

What is bool in C++

C++ 360

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

C++ 399

Consider the following C++ program

C++ 341

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

1 C++ 495

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

1 C++ 595

Can we call a virtual function from a constructor?

1 C++ 493


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



Answers / { pynux }

Question { Siemens, 9911 }

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, 38959 }

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 { 5498 }

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 { 5574 }

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 { Impetus, 834 }

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 { 614 }

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 { 569 }

How CSS style overriding works?


Answer

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