answersLogoWhite

0


Best Answer

A review reviews the current state of knowledge of a subject, while an abstract is a summary of the contents of a publication.

User Avatar

Wiki User

11y ago
This answer is:
User Avatar

Add your answer:

Earn +20 pts
Q: What a difference between review and abstract?
Write your answer...
Submit
Still have questions?
magnify glass
imp
Related questions

What is the difference bitween abstract and summary?

The difference between abstract and summary is that an abstract is a short from of a summary.


What is the difference between abstract class and final class?

20


What is the difference between abstract and close up paintings?

something


What is the difference between abstract and concrete?

I think you are asking the difference between abstract nouns and concrete nouns. A concrete noun is something that can be seen or touched like a cat or a tree. An abstract noun is something more intangible like happiness or peace.


What is the abstract noun for differ?

The abstract noun form of the adjective 'different' is differentness.A related abstract noun form is difference.


Difference between a SCM audit and a formal technical review?

aa


How do you write concrete method inside abstract class?

There is no difference with method declaration and implementation between abstract and non-abstract classes. You do the exact same thing when writing a concrete method in either an abstract or non-abstract class.


What is the difference between a supposition and a suppository?

One is abstract and the other is concrete (not literally, of course).


What is a sentence with abstract in it?

Professional journals give a few paragraphs as an abstract of an article.The abstract artwork was bright and interesting. Our teacher taught us the difference between abstract and realism in art.


What is the difference between the word various and variety?

Grammatically, variety is an abstract noun, and various is an adjective.


What is the difference between review and revise'?

"review" means to look over. "Revise" means to change. --------- When students in North America prepare for examinations they 'review', in Britain they 'revise'.


What is the difference between abstract class and normal class?

Any class which has one or more abstract methods is called an abstract class. But in the normal class we can't have any abstract methods. We cannot create an object for the abstract classes. When we inherit the abstract class we should implement the abstract method which we inherit.