Aricent Interview Question for Software Engineer in Tests






Comment hidden because of low score. Click to expand.
0
of 0 vote

An abstract class is used to define an implementation and is intended to be inhereted from by concrete classes. It's a way of forcing a contact between the class designer and the users of that class.It's a generic type to for derived types to use and implement.

- Mary Jaine December 12, 2008 | Flag Reply
Comment hidden because of low score. Click to expand.
0
of 0 vote

Abstract class is which does not allow to create the object of its own;
its because having pure virtual function within it, untill and unless we override that virtual method we will not be able to create the obj of that class and it becomes abstract.

- Deb kumar June 05, 2009 | Flag Reply
Comment hidden because of low score. Click to expand.
0
of 0 votes

answer the qerry properly its asking why do we need an abstract class and u r answering what is an abstract class..?

- Anonymous October 06, 2009 | Flag
Comment hidden because of low score. Click to expand.
0
of 0 vote

Why we need an abstract class is that when we are not sure of the function definitions included in it or to define in different ways by the derived classes..

- Srie Raam October 11, 2009 | Flag Reply
Comment hidden because of low score. Click to expand.
0
of 0 vote

to specify the derived classes in a more sophisticated and meaningful manner

- Aman August 02, 2011 | Flag Reply


Add a Comment
Name:

Writing Code? Surround your code with {{{ and }}} to preserve whitespace.

Books

is a comprehensive book on getting a job at a top tech company, while focuses on dev interviews and does this for PMs.

Learn More

Videos

CareerCup's interview videos give you a real-life look at technical interviews. In these unscripted videos, watch how other candidates handle tough questions and how the interviewer thinks about their performance.

Learn More

Resume Review

Most engineers make critical mistakes on their resumes -- we can fix your resume with our custom resume review service. And, we use fellow engineers as our resume reviewers, so you can be sure that we "get" what you're saying.

Learn More

Mock Interviews

Our Mock Interviews will be conducted "in character" just like a real interview, and can focus on whatever topics you want. All our interviewers have worked for Microsoft, Google or Amazon, you know you'll get a true-to-life experience.

Learn More