GeekInterview.com
   Home |  Tech FAQ  |   Interview Questions |  Placement Papers |  Tech Articles |  Learn |  Freelance Projects |  Online Testing |  Geeks Talk |  Job Postings |  Knowledge Base | Site Search |  Add/Ask Question

GeekInterview.com  >  Tech FAQs  >  OOPS
Go To First  |  Previous Question  |  Next Question 
 OOPS  |  Question 247 of 255    Print  
What is method signature and what is to be included in it?
Does retrun type included in it?

  
Total Answers and Comments: 2 Last Update: January 16, 2008     Asked by: chirag 
  
 Sponsored Links



 
 Best Rated Answer

No best answer available. Please pick the good answer available or submit your answer.
January 16, 2008 00:44:43   #1  
varagpraveen Member Since: January 2006   Contribution: 1    

RE: What is method signature and what is to be included in it?Does retrun type included in it?
Method Signature includes method name and method parameters only.

No, return type is not included in the method signature.


 
Is this answer useful? Yes | No
January 16, 2008 21:08:35   #2  
irfan.omair Member Since: January 2008   Contribution: 2    

RE: What is method signature and what is to be included in it?Does retrun type included in it?
a method signature includes every thing EXCEPT return type.
for example

int myTestFunction(cahr abc,int y) , here Signature means parameters with function name Excluding return Type

 
Is this answer useful? Yes | No

 Related Questions

Latest Answer :  there is no way to process an entire string.it has to be done char by char ...

Can we call constructor of superclass directly without using super()method in subclass? if yes,explain,if no,why?

How could I, in C++ declare a class point. The class point has two private data members x and y of type float. The class point has a parameterized constructor to initialize both the data members i.e. x and y. The class point has a member function display() that display the value of x and y. Create two objects p1 and p2 with your desired data and display the values of x and y of p1 and p2. Now create a third object p3 by using the expression p3=p1+p2 and display the values of x and y of p3.
Read Answers (1) | Asked by : attique

Latest Answer : a method signature includes every thing EXCEPT return type.for example int myTestFunction(cahr abc,int y) , here Signature means parameters with function name Excluding return Type ...
Read Answers (2) | Asked by : chirag

View Question | Asked by : musaib
Tags : Abstract


 Sponsored Links



 
Related Articles

OOPS Tutorials

Object oriented programming OOP is a computer science term used to characterize a programming language that began development in the 1960’ s The term object oriented programming’ was originally coined by Xerox PARC to designate a computer application that describes the methodol
 

What is Common Data Modeling Method

Common Data Modeling is one of the core considerations when setting up a business data warehouse. Any serious company wanting to have a data warehouse will have to be first serious about data models. Building a data model takes time and it is not unusual for companies to spend two to five years just
 

JavaScript Window Object Open Method Part 2

JavaScript Window Object Open Method Part 2 In this JavaScript tutorial you will learn about JavaScript Window Object Open Method features of window object open method scrollbars status titlebar toolbar top width innerHeight innerWidth outerHeight outerWidth and hotkeys mosgoogle center scrollbars S
 

JavaScript Window Object Open Method

JavaScript Window Object Open Method In this JavaScript tutorial you will learn about JavaScript Window Object Open Method features of window object open method channelmode directories dependent fullscreen screenX screenY height left location menubar resizable alwaysLowered alwaysRaised mosgoogle ce
 

The Inheritance Concept In OOPs

The Inheritance Concept In OOPs In object oriented programming objects will be characterised by classes It is possible to learn a lot about an object based on the class it belongs to Even if you are not familiar with the name Maybach If I told you it is a car you would immediately know that it has f
 

Understanding The Message Concept In OOPs

Understanding The Message Concept In OOPs To understand object oriented programming you will need to become familiar with messages As the name implies a message is a process in which software objects will communicate with one another Because of this having one object is not enough mosgoogle An objec
 

Type Conversions in C++

Type Conversions in C In this C Tutorial you will learn about Type Conversions in C What is Type Conversion How to achieve this Automatic Conversion otherwise called as Implicit Conversion and Type casting otherwise called as Explicit Conversion mosgoogle What is Type Conversion It is the process of
 

Basic concepts of OOPS and Structure of C++ program

Basic concepts of OOPS and Structure of C program In this tutorial you will learn about Objects Classes Inheritance Data Abstraction Data Encapsulation Polymorphism Overloading Reusability Before starting to learn C it is essential that one must have a basic knowledge of the concepts of Object orie
 

XML - Elements in Document Type Definitions (DTD)

XML Elements in Document Type Definitions DTD In this tutorial you will learn about Elements in DTD Elements child elements nested elements declaring elements with character data only declaring elements with mixed content declaring elements with any content declaring elements with no content and ele
 

XML - Document Type Definitions (DTD)

XML Document Type Definitions DTD In this totuorial you will learn about XML Document Type Definitions DTD Need DTD Types Of DTD’ s Internal DTD External DTD mosgoogle NEED XML documents can contain many different types of markups including elements attributes and entity references Whate
 

Sponsored Links

 
Sponsored Links

 




About Us  |   Privacy Policy  |   Terms and Conditions  |   Contact  |   Site Map  |   Add Question  |   Propose Category  |   RSS Feeds  |   Articles Sitemap  |   Site Updates  |   Add Resource

Copyright © 2005 - 2008 GeekInterview.com. All Rights Reserved
Page copy protected against web site content infringement by Copyscape