Company Name Starts with ...
#  A  B  C  D  E   F  G  H  I  J   K  L  M  N  O   P  Q  R  S  T   U  V  W  X  Y  Z

Tech Mahindra Interview Questions
Questions Answers Views Company eMail

Explain SD and MM Flow?

12 66553

How Client will contact the Bean?

3 8081

when i went to a call center she asked me. where u want to see after few years?

22 69960

working of a diesel generator.

34 170626

What is share script?

15 57498

Difference between String & StringBuffer

16 53079

can we add fields to SAP Standard tables. ? Do SAP tables have indexes. ?

5 25365

What are the steps involved in creating a pricing procedure?

10 40191

What is INBOUND and OUT BOUND? (Different types of interfaces)

17 125035

What is FORWARD DECLARATION in Packages?

6 50175

2.main { int x,j,k; j=k=6;x=2; x=j*k; printf("%d", x);

9 29612

f(char *p) { p=(char *)malloc(sizeof(6)); strcpy(p,"HELLO"); } main() { char *p="BYE"; f(p) printf("%s",p); } what is the output?

9 18082

How do you declare a host variable (in COBOL) for an attribute named emp-name of type VARCHAR(25) ?

2 10794

What are the different methods of accessing db2 from tso? How is the connection established between TSO & DB2?

3 12707

what's the equivalent Cobol Data type for Decimal(x,y) in DB2? what does the current SQLID register contain?

3 16972

Post New Tech Mahindra Interview Questions


Tech Mahindra Interview Questions


Un-Answered Questions

How do I change the color of visual studio?

472


What are protected members in c++?

718


@timeouts ||= Timeouts.new(@bridge) what does it mean?

1492


What are the different categories of functions in c?

764


How do you check for data quality?

125






3.2 Consider the following class: public class Point { protected int x, y; public Point(int xx, int yy) { x = xx; y = yy; } public Point() { this(0, 0); } public int getx() { return x; } public int gety() { return y; } public String toString() { return "("+x+", "+y+")"; } } Say you wanted to define a rectangle class that stored its top left corner and its height and width as fields. 3.2.1 Why would it be wrong to make Rectangle inherit from Point (where in fact it would inherit the x and y coordinates for its top left corner and you could just add the height and width as additional fields)? (1) 8 Now consider the following skeleton of the Rectangle class: public class Rectangle { private Point topLeft; private int height, width; public Rectangle(Point tl, int h, int w) { topLeft = tl; height = h; width = w; } public Rectangle() { this(new Point(), 0, 0); } // methods come here } 3.2.2 Explain the no-argument constructor of the Rectangle class given above. 3.2.3 Write methods for the Rectangle class to do the following: • a toString() method that returns a string of the format "top left = (x, y); height = h; width = w " where x, y, h and w are the appropriate integer values. • an above() method that tests whether one rectangle is completely above another (i.e. all y values of the one rectangle are greater than all y values of the other). For example, with the following declarations Rectangle r1 = new Rectangle(); Rectangle r2 = new Rectangle(new Point(2,2), 1, 4); the expression r2.above(r1) should give true, and r2.above (r2) should give false. (You can assume that the height of a rectangle is never negative.) (2) (5)

2553


What are the benefits of mvvm?

101


How do you take input in python?

585


How is a session id generated?

621


Explain something about attribute?

529


What is lookup table in etl testing?

821


What is apache software used for?

572


what are the various height of GSM mount and its base width ashim.port@gmail.com

1500


How would you conduct a UX research study to improve UX on Amazon page with books?

770


central excise all question

2238