What is a concrete class?
12 Aug 2021How can a :: operator be used as unary operator?
12 Aug 2021Describe the main characteristics of static functions.
12 Aug 2021What are proxy objects?
12 Aug 2021What is reflexive association?
12 Aug 2021What is a parameterized type?
12 Aug 2021What is a protocol class?
12 Aug 2021What is class invariant?
12 Aug 2021What are the defining traits of an object-oriented language?
12 Aug 2021In C, what is the difference between method overloading and method overriding?
12 Aug 2021What is the Standard Template Library (STL)?
12 Aug 2021What is an explicit constructor?
12 Aug 2021When is a template a better solution than a base class?
12 Aug 2021Explain the ISA and HASA class relationships. How would you implement each in a class design?
12 Aug 2021When should you use multiple inheritance?
12 Aug 2021What is the difference between a copy constructor and an overloaded assignment operator?
12 Aug 2021What is a default constructor?
12 Aug 2021Explain the scope resolution operator.
12 Aug 2021What does extern mean in a function declaration?
12 Aug 2021What is the difference between char a[ ] = “string”; and char *p = “string”;?
12 Aug 2021What does extern mean in a function declaration?
12 Aug 2021What’s the best way to declare and define global variables?
12 Aug 2021How do you decide which integer type to use?
12 Aug 2021What is polymorphism? Explain with an example?
11 Aug 2021What do you mean by pure virtual functions?
11 Aug 2021What is a scope resolution operator?
11 Aug 2021What is the difference between an external iterator and an internal iterator?
11 Aug 2021What are virtual functions?
11 Aug 2021Which recursive sorting technique always makes recursive calls to sort subarrays that are about half size of the original array?
11 Aug 2021What is friend function?
11 Aug 2021What is a class?
11 Aug 2021What is the difference between an object and a class?
11 Aug 2021What is a template?
11 Aug 2021What is the difference between an ARRAY and a LIST?
11 Aug 2021What is polymorphism?
11 Aug 2021Tell how to check whether a linked list is circular.
11 Aug 2021Write a function that swaps the values of two integers, using int* as the argument type.
11 Aug 2021What is public, protected, private?
11 Aug 2021Write a short code using C to print out all odd number from 1 to 100 using a for loop
11 Aug 2021Write a program that ask for user input from 5 to 9 then calculate the average
11 Aug 2021What do you mean by inline function?
11 Aug 2021How do you write a function that can reverse a linked-list?
11 Aug 2021What are the advantages of inheritance?
11 Aug 2021What is the difference between declaration and definition?
11 Aug 2021What is function overloading and operator overloading?
11 Aug 2021What is the difference between realloc() and free()?
11 Aug 2021How do you find out if a linked-list has an end? (i.e. the list is not a cycle)
11 Aug 2021What is C?
11 Aug 2021Create an outline that describes exactly how you will complete the following steps. If possible, actually test and publish your website.Identify the methods you will use to analyze your websites performance against its stated goals and purpose.
21 Jun 2021Create an outline that describes exactly how you will complete the following steps. If possible, actually test and publish your website.Develop a regular schedule for website maintenance, updating, and, when necessary, retesting.
21 Jun 2021